Skip to content

Commit a7aac6f

Browse files
authored
patch release v0.2.3 (#75)
1 parent c2845ed commit a7aac6f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.2.3 (2022-07-07)
2+
3+
#### :bug: Bug Fixes
4+
5+
- `nuxt3`
6+
- [#73](https://github.com/intlify/nuxt3/pull/73) fix : #68 default is not a function problem. ([@ZCube](https://github.com/ZCube))
7+
8+
#### Committers: 2
9+
10+
- Sébastien Chopin ([@Atinux](https://github.com/Atinux))
11+
- ZCube ([@ZCube](https://github.com/ZCube))
12+
113
## v0.2.2 (2022-05-18)
214

315
#### :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.2",
3+
"version": "0.2.3",
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.2",
3+
"version": "0.2.3",
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)