From c01c83cf2cac7f072d4517505795ca1e2e980f27 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Wed, 27 May 2020 04:15:26 +0900 Subject: [PATCH] minor release v8.18.0 (#894) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fdb38a3..50a64e003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v8.18.0 (2020-05-26) + +#### :star: New Features +* [#892](https://github.com/kazupon/vue-i18n/pull/892) Add onComponentInstanceCreated constructor option ([@rchl](https://github.com/rchl)) + +#### :zap: Improved Features +* [#890](https://github.com/kazupon/vue-i18n/pull/890) chore: set up linting for typescript definitions ([@rchl](https://github.com/rchl)) + +#### Committers: 1 +- Rafał Chłodnicki ([@rchl](https://github.com/rchl)) + + ## v8.17.7 (2020-05-19) #### :bug: Bug Fixes diff --git a/package.json b/package.json index ed0d56e22..04081d588 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "8.17.7", + "version": "8.18.0", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"