chore(release): v3.0.3 🎉

This commit is contained in:
Christian Kaisermann 2020-03-29 16:55:02 -03:00
parent 07ef1da6d5
commit a0409bf909
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.0.3](https://github.com/kaisermann/svelte-i18n/compare/v3.0.2...v3.0.3) (2020-03-29)
### Bug Fixes
* 🐛 prevent server from breaking on locale.set ([07ef1da](https://github.com/kaisermann/svelte-i18n/commit/07ef1da6d5177854b4707d5f038f5a14562e6bf5)), closes [#55](https://github.com/kaisermann/svelte-i18n/issues/55)
## [3.0.2](https://github.com/kaisermann/svelte-i18n/compare/v3.0.1...v3.0.2) (2020-03-06) ## [3.0.2](https://github.com/kaisermann/svelte-i18n/compare/v3.0.1...v3.0.2) (2020-03-06)

View File

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