Skip to content

Commit

Permalink
prerelease release v9.0.0-alpha.5 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 29, 2020
1 parent 7b1211a commit 5b6aa12
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@

## v9.0.0-alpha.5 (2020-04-29)

#### :star: Features
* [#20](https://github.com/intlify/vue-i18n-next/pull/20) feature placeholder literal ([@kazupon](https://github.com/kazupon))

#### :bug: Bug Fixes
* [#28](https://github.com/intlify/vue-i18n-next/pull/28) fix: plural compiler bug ([@kazupon](https://github.com/kazupon))

#### :zap: Improvement Features
* [#27](https://github.com/intlify/vue-i18n-next/pull/27) fix: add invalid token errors in placeholder ([@kazupon](https://github.com/kazupon))
* [#26](https://github.com/intlify/vue-i18n-next/pull/26) compile error improvements ([@kazupon](https://github.com/kazupon))
* [#25](https://github.com/intlify/vue-i18n-next/pull/25) fix: plural syntax error with parser ([@kazupon](https://github.com/kazupon))
* [#24](https://github.com/intlify/vue-i18n-next/pull/24) fix: compilation error handling ([@kazupon](https://github.com/kazupon))
* [#23](https://github.com/intlify/vue-i18n-next/pull/23) fix: improve literal compilation error ([@kazupon](https://github.com/kazupon))

#### :boom: Breaking Change
* [#29](https://github.com/intlify/vue-i18n-next/pull/29) breaking: HTML message warning ([@kazupon](https://github.com/kazupon))
* [#22](https://github.com/intlify/vue-i18n-next/pull/22) deprecated linked key with using paren token ([@kazupon](https://github.com/kazupon))

#### Committers: 1
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))


## v9.0.0-alpha.4 (2020-04-23)

#### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-i18n",
"description": "Internationalization plugin for Vue.js",
"version": "9.0.0-alpha.4",
"version": "9.0.0-alpha.5",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down

0 comments on commit 5b6aa12

Please sign in to comment.