Skip to content

Commit e66aa2a

Browse files
authored
minor release v0.2.0 (#54)
1 parent 4bf1972 commit e66aa2a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.2.0 (2022-04-26)
2+
3+
#### :star: Features
4+
5+
- `nuxt3`, `playground`
6+
- [#53](https://github.com/intlify/nuxt3/pull/53) feat: support nuxt3 rc version ([@kazupon](https://github.com/kazupon))
7+
8+
#### :zap: Improvement Features
9+
10+
- `nuxt3`
11+
- [#52](https://github.com/intlify/nuxt3/pull/52) fix: use the latest @nuxt/kit ([@antfu](https://github.com/antfu))
12+
13+
#### Committers: 2
14+
15+
- Anthony Fu ([@antfu](https://github.com/antfu))
16+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
17+
118
## v0.1.10 (2021-12-25)
219

320
#### :zap: Improvement 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.1.10",
3+
"version": "0.2.0",
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.1.10",
3+
"version": "0.2.0",
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)