From 2f48a5521419daac44946980fbceccea393e9ad4 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Mon, 13 Sep 2021 23:22:15 +0900 Subject: [PATCH] patch release v8.25.1 (#1382) * patch release v8.25.1 * update --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d681ee875..9f65fc3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v8.25.1 (2021-09-13) + +#### :bug: Bug Fixes +* [#1381](https://github.com/kazupon/vue-i18n/pull/1381) fix: linked messages containing slash symbol ([@Lamberthassel](https://github.com/Lamberthassel)) + +#### :lock: Security Fixes +* [#1353](https://github.com/kazupon/vue-i18n/pull/1353) build(deps): [security] bump tar from 6.0.2 to 6.1.3 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) + +#### :pencil: Documentation +* [#1323](https://github.com/kazupon/vue-i18n/pull/1323) Added version notice for custom pluralizations ([@ingria](https://github.com/ingria)) + +#### Committers: 3 +- Igor Nabebin ([@Lamberthassel](https://github.com/Lamberthassel)) +- Ingria ([@ingria](https://github.com/ingria)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v8.25.0 (2021-07-16) #### :star: New Features diff --git a/package.json b/package.json index 42f772b1a..f314e1e86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "8.25.0", + "version": "8.25.1", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"