Skip to content

Commit

Permalink
chore: release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Apr 1, 2022
1 parent 04a22a5 commit fea9780
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## [7.2.0](https://github.com/nuxt-community/i18n-module/compare/v7.1.0...v7.2.0) (2021-11-04)


### [7.2.1](https://github.com/nuxt-community/i18n-module/compare/v7.2.0...v7.2.1) (2022-04-01)


### Bug Fixes

* don't detect locale from route when using no_prefix ([#1421](https://github.com/nuxt-community/i18n-module/issues/1421)) ([609782f](https://github.com/nuxt-community/i18n-module/commit/609782f49c93b889b4f2494f5d21a16f96fc5ac9))
* **docs:** add info on using dynamic translations with _.vue ([b6039d2](https://github.com/nuxt-community/i18n-module/commit/b6039d2215945319fdbd1acf8dc981cc55c3bc8d)), closes [#1400](https://github.com/nuxt-community/i18n-module/issues/1400)
* **docs:** correct links to [Custom paths] and [Ignore routes] ([#1392](https://github.com/nuxt-community/i18n-module/issues/1392)) ([091944c](https://github.com/nuxt-community/i18n-module/commit/091944cec97c13a7192dcd5b6650cc8ecd348a1e))
* **parse-pages:** add jsx plugin for .vue files using jsx syntax ([#1356](https://github.com/nuxt-community/i18n-module/issues/1356)) ([8cdb999](https://github.com/nuxt-community/i18n-module/commit/8cdb99917c021492ec8208eeecec7b01dd1b4ce5))## [7.2.0](https://github.com/nuxt-community/i18n-module/compare/v7.1.0...v7.2.0) (2021-11-04)


### Features
Expand Down Expand Up @@ -1370,4 +1380,4 @@ cannot be set via the configuration anymore

### Features

* Add og:locale support & fix i18n.seo component option ([8c1588e](https://github.com/nuxt-community/nuxt-i18n/commit/8c1588e))
* Add og:locale support & fix i18n.seo component option ([8c1588e](https://github.com/nuxt-community/nuxt-i18n/commit/8c1588e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/i18n",
"version": "7.2.0",
"version": "7.2.1",
"description": "i18n for Nuxt",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit fea9780

Please sign in to comment.