Skip to content

Commit b7f7d06

Browse files
committed
Merge branch 'feature/i18n' of https://github.com/henrynoowah/blog into feature/i18n
2 parents f3627e4 + c9360e2 commit b7f7d06

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.21.0](https://github.com/henrynoowah/blog/compare/v0.20.0...v0.21.0) (2024-05-09)
2+
3+
4+
### Features
5+
6+
* initial i18n configuration added ([225995d](https://github.com/henrynoowah/blog/commit/225995d2f80a6229e6ac7357763e2101fb9c5958))
7+
8+
9+
110
# [0.20.0](https://github.com/henrynoowah/blog/compare/v0.19.4...v0.20.0) (2024-05-06)
211

312

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

3544

3645

37-
## [0.19.1](https://github.com/henrynoowah/blog/compare/v0.19.0...v0.19.1) (2024-02-11)
38-
39-
40-
### Bug Fixes
41-
42-
* main page motion fix ([362b359](https://github.com/henrynoowah/blog/commit/362b35948923c1e761ea875d1d652a0cc078a166))
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.20.0",
3+
"version": "0.21.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)