Skip to content

Commit 31f7cd6

Browse files
authored
patch release v0.2.4 (#88)
1 parent ce86cf6 commit 31f7cd6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.2.4 (2022-08-29)
2+
3+
#### :bug: Bug Fixes
4+
5+
- `nuxt3`
6+
- [#87](https://github.com/intlify/nuxt3/pull/87) fix: pinned latest stable version ([@kazupon](https://github.com/kazupon))
7+
8+
#### Committers: 1
9+
10+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
11+
112
## v0.2.3 (2022-07-07)
213

314
#### :bug: Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/nuxt3-monorepo",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"author": {
55
"name": "kazuya kawaguchi",
66
"email": "[email protected]"

packages/nuxt3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intlify/nuxt3",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Nuxt3 module for vue-i18n-next",
55
"homepage": "https://github.com/intlify/packages/nuxt3/tree/main#readme",
66
"bugs": {

0 commit comments

Comments
 (0)