chore(release): v3.2.7

This commit is contained in:
Christian Kaisermann 2020-11-23 08:07:04 -03:00
parent 40e6dbe8f7
commit c02009e49a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.2.7](https://github.com/kaisermann/svelte-i18n/compare/v3.2.6...v3.2.7) (2020-11-23)
### Bug Fixes
* 🐛 message formatter type ([40e6dbe](https://github.com/kaisermann/svelte-i18n/commit/40e6dbe8f7490c57b70dc96f525530f046abcda1)), closes [#109](https://github.com/kaisermann/svelte-i18n/issues/109)
## [3.2.6](https://github.com/kaisermann/svelte-i18n/compare/v3.2.5...v3.2.6) (2020-11-20) ## [3.2.6](https://github.com/kaisermann/svelte-i18n/compare/v3.2.5...v3.2.6) (2020-11-20)
### Changed ### Changed

View File

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