Skip to content

Commit

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

* updates
  • Loading branch information
kazupon committed Apr 9, 2021
1 parent f5964ae commit 5b0e290
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877
## v8.24.3 (2021-04-09)

#### :bug: Bug Fixes
* [#1175](https://github.com/kazupon/vue-i18n/pull/1175) [perf] Use Set so lookup of _dataListeners can be O(1) ([@exoego](https://github.com/exoego))

#### :chart_with_upwards_trend: Performance Fixes
* [#1175](https://github.com/kazupon/vue-i18n/pull/1175) [perf] Use Set so lookup of _dataListeners can be O(1) ([@exoego](https://github.com/exoego))

#### Committers: 1
- TATSUNO Yasuhiro ([@exoego](https://github.com/exoego))

## v8.24.2 (2021-03-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "vue-i18n",
"description": "Internationalization plugin for Vue.js",
"version": "8.24.2",
"version": "8.24.3",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down

0 comments on commit 5b0e290

Please sign in to comment.