chore(release): v3.2.2

This commit is contained in:
Christian Kaisermann 2020-11-05 17:55:42 -03:00
parent 44e71d72ab
commit 89ffb6dd28
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.2.2](https://github.com/kaisermann/svelte-i18n/compare/v3.2.1...v3.2.2) (2020-11-05)
### Bug Fixes
* 🐛 update estree-walker and intl-messageformat ([44e71d7](https://github.com/kaisermann/svelte-i18n/commit/44e71d72aba1cb3263ea009932df27dd39d86cb3))
## [3.2.1](https://github.com/kaisermann/svelte-i18n/compare/v3.2.0...v3.2.1) (2020-11-05) ## [3.2.1](https://github.com/kaisermann/svelte-i18n/compare/v3.2.0...v3.2.1) (2020-11-05)

View File

@ -1,6 +1,6 @@
{ {
"name": "svelte-i18n", "name": "svelte-i18n",
"version": "3.2.1", "version": "3.2.2",
"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",