diff --git a/CHANGELOG.md b/CHANGELOG.md index ce68e88f..3ca0090c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v8.28.1 (2022-10-31) + +#### :zap: Improved Features +* [#1572](https://github.com/kazupon/vue-i18n/pull/1572) fix(datetime): support all key format object (kazupon#1571) ([@majdkhasib](https://github.com/majdkhasib)) + +#### Committers: 1 +- [@majdkhasib](https://github.com/majdkhasib) + ## v8.28.0 (2022-10-30) #### :star: New Features diff --git a/package.json b/package.json index d66dc207..08d5464d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "8.28.0", + "version": "8.28.1", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"