chore(release): v3.2.5

This commit is contained in:
Christian Kaisermann 2020-11-08 19:10:01 -03:00
parent d87caef060
commit 9348ba0cde
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.2.5](https://github.com/kaisermann/svelte-i18n/compare/v3.2.4...v3.2.5) (2020-11-08)
### Bug Fixes
* 🐛 regression of flat keys separated by dot ([d87caef](https://github.com/kaisermann/svelte-i18n/commit/d87caef0600be10727222a2cfbe7ff391fb8ff4c))
## [3.2.4](https://github.com/kaisermann/svelte-i18n/compare/v3.2.3...v3.2.4) (2020-11-07)

View File

@ -1,6 +1,6 @@
{
"name": "svelte-i18n",
"version": "3.2.4",
"version": "3.2.5",
"main": "dist/runtime.cjs.js",
"module": "dist/runtime.esm.js",
"types": "types/runtime/index.d.ts",