diff --git a/.changeset/lovely-doors-heal.md b/.changeset/lovely-doors-heal.md deleted file mode 100644 index ae7dc51..0000000 --- a/.changeset/lovely-doors-heal.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@vintl/nuxt': minor ---- - -Add support for parsing the messages in the error handlers - -With [update to `@vintl/unplugin`](https://github.com/vintl-dev/unplugin/releases/tag/v1.5.0), it's now possible to use `parseMessage` from the error handler's context to parse custom messages or re-parse the current message with any modified options. diff --git a/packages/vintl-nuxt/CHANGELOG.md b/packages/vintl-nuxt/CHANGELOG.md index df23513..f3eba53 100644 --- a/packages/vintl-nuxt/CHANGELOG.md +++ b/packages/vintl-nuxt/CHANGELOG.md @@ -1,5 +1,13 @@ # @vintl/nuxt +## 1.7.0 + +### Minor Changes + +- a9fdc59: Add support for parsing the messages in the error handlers + + With [update to `@vintl/unplugin`](https://github.com/vintl-dev/unplugin/releases/tag/v1.5.0), it's now possible to use `parseMessage` from the error handler's context to parse custom messages or re-parse the current message with any modified options. + ## 1.6.0 ### Minor Changes diff --git a/packages/vintl-nuxt/package.json b/packages/vintl-nuxt/package.json index 0c43a96..de564cf 100644 --- a/packages/vintl-nuxt/package.json +++ b/packages/vintl-nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@vintl/nuxt", - "version": "1.6.0", + "version": "1.7.0", "description": "Nuxt Module for VIntl integration", "keywords": [ "i18n",