Skip to content

Commit d8afcd5

Browse files
authored
patch release v0.2.1 (#59)
1 parent 0e19d5d commit d8afcd5

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.1 (2022-04-26)
2+
3+
#### :bug: Bug Fixes
4+
5+
- `nuxt3`
6+
- [#58](https://github.com/intlify/nuxt3/pull/58) fix: dist files ([@kazupon](https://github.com/kazupon))
7+
8+
#### Committers: 1
9+
10+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
11+
112
## v0.2.0 (2022-04-26)
213

314
#### :star: Features

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.0",
3+
"version": "0.2.1",
44
"author": {
55
"name": "kazuya kawaguchi",
66
"email": "kawakazu80@gmail.com"

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.0",
3+
"version": "0.2.1",
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)