chore(release): v3.2.3

This commit is contained in:
Christian Kaisermann 2020-11-06 10:04:31 -03:00
parent 9b6adb6538
commit d85a58aea4
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.2.3](https://github.com/kaisermann/svelte-i18n/compare/v3.2.2...v3.2.3) (2020-11-06)
### Bug Fixes
* 🐛 prevent extraction of non-deterministic message ids ([9b6adb6](https://github.com/kaisermann/svelte-i18n/commit/9b6adb6538329ecba1e32e2acdca2c4761c1d99c)), closes [#89](https://github.com/kaisermann/svelte-i18n/issues/89)
## [3.2.2](https://github.com/kaisermann/svelte-i18n/compare/v3.2.1...v3.2.2) (2020-11-05)

View File

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