Skip to content

Commit

Permalink
patch release v8.24.5 (#1280)
Browse files Browse the repository at this point in the history
* patch release v8.24.5

* update
  • Loading branch information
kazupon committed Jun 19, 2021
1 parent 4341afc commit 519789a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v8.24.5 (2021-06-19)

#### :bug: Bug Fixes
* [#1278](https://github.com/kazupon/vue-i18n/pull/1278) fix: Ensure that the order at desroy is the same as before change to `Set` from `Array` ([@kazupon](https://github.com/kazupon))

#### :zap: Improved Features
* [#1194](https://github.com/kazupon/vue-i18n/pull/1194) fix: add locale arg type i18n.n method type signature ([@alireza4050](https://github.com/alireza4050))

#### :pencil: Documentation
* [#1273](https://github.com/kazupon/vue-i18n/pull/1273) docs(api:zh): update the Chinese docs of "API" ([@baboon-king](https://github.com/baboon-king))
* [#1267](https://github.com/kazupon/vue-i18n/pull/1267) Documentation - Update @kazupon/vue-i18n-loader to @intlify/vue-i18n-loader ([@fbigand](https://github.com/fbigand))
* [#1258](https://github.com/kazupon/vue-i18n/pull/1258) Grammar fix for Installing vue-i18n-loader ([@TerabyteTiger](https://github.com/TerabyteTiger))

#### Committers: 5
- Alireza Asgharizadeh ([@alireza4050](https://github.com/alireza4050))
- BaboonKing ([@baboon-king](https://github.com/baboon-king))
- Tyler V ([@TerabyteTiger](https://github.com/TerabyteTiger))
- [@fbigand](https://github.com/fbigand)
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))

## v8.24.4 (2021-04-28)

#### :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": "8.24.4",
"version": "8.24.5",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down

0 comments on commit 519789a

Please sign in to comment.