diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a9584cf..246d96218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## v8.19.0 (2020-07-25) + +#### :star: New Features +* [#942](https://github.com/kazupon/vue-i18n/pull/942) Add vetur support for tags and attributes ([@phiter](https://github.com/phiter)) + +#### :pencil: Documentation +* [#925](https://github.com/kazupon/vue-i18n/pull/925) Added missing quote ([@fschlag](https://github.com/fschlag)) +* [#921](https://github.com/kazupon/vue-i18n/pull/921) Add lost pluralizationRules option to documentation ([@AleksandrSl](https://github.com/AleksandrSl)) +* [#920](https://github.com/kazupon/vue-i18n/pull/920) Make link to API and Guide top level ([@AleksandrSl](https://github.com/AleksandrSl)) + +#### Committers: 3 +- Aleksandr ([@AleksandrSl](https://github.com/AleksandrSl)) +- Florian Schlag ([@fschlag](https://github.com/fschlag)) +- Phiter Fernandes ([@phiter](https://github.com/phiter)) + + ## v8.18.2 (2020-06-08) #### :zap: Improved Features diff --git a/package.json b/package.json index bebfb7aba..49190f584 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "8.18.2", + "version": "8.19.0", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"