Skip to content

Commit b9da2b0

Browse files
authored
prerelease release v2.0.0-alpha.2 (#62)
1 parent 8ddf76d commit b9da2b0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## v2.0.0-alpha.2 (2020-08-07)
3+
4+
#### :star: Features
5+
* [#60](https://github.com/intlify/vue-i18n-extensions/pull/60) feat: support SSR ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#59](https://github.com/intlify/vue-i18n-extensions/pull/59) improve directive compilation ([@kazupon](https://github.com/kazupon))
9+
10+
#### :pencil: Documentation
11+
* [#61](https://github.com/intlify/vue-i18n-extensions/pull/61) API docs ([@kazupon](https://github.com/kazupon))
12+
13+
#### Committers: 1
14+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
15+
16+
217
## v2.0.0-alpha.1 (2020-05-09)
318

419
#### :star: Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/vue-i18n-extensions",
33
"description": "vue-i18n extensions",
4-
"version": "2.0.0-alpha.1",
4+
"version": "2.0.0-alpha.2",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)