File tree 3 files changed +17
-10
lines changed
3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.22.0] ( https://github.com/henrynoowah/blog/compare/v0.21.0...v0.22.0 ) (2024-05-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * added vercel.json ([ f3627e4] ( https://github.com/henrynoowah/blog/commit/f3627e4c37fe4c6af1a5c29a01a2520761704736 ) )
7
+
8
+
9
+
1
10
# [ 0.21.0] ( https://github.com/henrynoowah/blog/compare/v0.20.0...v0.21.0 ) (2024-05-09)
2
11
3
12
34
43
35
44
36
45
37
- ## [ 0.19.2] ( https://github.com/henrynoowah/blog/compare/v0.19.1...v0.19.2 ) (2024-02-11)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * icon not showing on NavModal ([ 5f22b3f] ( https://github.com/henrynoowah/blog/commit/5f22b3f3b92c4dc6804aa524054ab30bc38acc20 ) )
43
-
44
-
45
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " noowah-next-v13" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "git" : {
3
+ "deploymentEnabled" : {
4
+ "main" : true
5
+ }
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments