diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a64e003..0a7e6cb8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +## v8.18.1 (2020-05-27) + +#### :bug: Bug Fixes +* [#896](https://github.com/kazupon/vue-i18n/pull/896) Fix flow types and enable flow types testing on CI ([@rchl](https://github.com/rchl)) + +#### Committers: 1 +- Rafał Chłodnicki ([@rchl](https://github.com/rchl)) + + ## v8.18.0 (2020-05-26) #### :star: New Features diff --git a/package.json b/package.json index c8aa2feb9..3b467f8c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "8.18.0", + "version": "8.18.1", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"