Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit b5ccdd2

Browse files
authored
major release v2.0.0 (#18)
1 parent 4ea3bae commit b5ccdd2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
## v2.0.0 (2022-07-05)
3+
4+
#### :star: Features
5+
* [#16](https://github.com/intlify/vue-i18n-composable/pull/16) feat: vue 2.7 support ([@lstoeferle](https://github.com/lstoeferle))
6+
7+
#### Committers: 1
8+
- [@lstoeferle](https://github.com/lstoeferle)
9+
110
## v1.0.0 (2022-07-05)
211

312
First official v1 release out!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-i18n-composable",
33
"description": "Composition API for vue-i18n in Vue 2.x",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"author": "Anthony Fu <[email protected]>",
66
"packageManager": "[email protected]",
77
"bugs": {

0 commit comments

Comments
 (0)