chore(release): v3.2.4

This commit is contained in:
Christian Kaisermann 2020-11-07 11:31:23 -03:00
parent 0caaead478
commit 0f95ded6c6
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.2.4](https://github.com/kaisermann/svelte-i18n/compare/v3.2.3...v3.2.4) (2020-11-07)
### Bug Fixes
* 🐛 possible interpolation value types ([0caaead](https://github.com/kaisermann/svelte-i18n/commit/0caaead4789a62daef4ea73361506a9f135b80e7))
## [3.2.3](https://github.com/kaisermann/svelte-i18n/compare/v3.2.2...v3.2.3) (2020-11-06)

View File

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