Skip to content

Commit c1f0ba1

Browse files
committed
Merge branch 'feature/i18n' of https://github.com/henrynoowah/blog into dev
2 parents 799baaf + fd402ad commit c1f0ba1

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
# [0.21.0](https://github.com/henrynoowah/blog/compare/v0.20.0...v0.21.0) (2024-05-09)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

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-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noowah-next-v13",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

vercel.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"git": {
3+
"deploymentEnabled": {
4+
"main": true
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)