chore(release): v3.0.4 🎉

This commit is contained in:
Christian Kaisermann 2020-05-31 12:51:16 -03:00
parent e560514b1d
commit 2c829fca7c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.0.4](https://github.com/kaisermann/svelte-i18n/compare/v3.0.3...v3.0.4) (2020-05-31)
### Bug Fixes
* 🐛 also wait for loaders added while loading ([e560514](https://github.com/kaisermann/svelte-i18n/commit/e560514b1d957b2c4fc9b1a4f412ab93cf31d21a))
## [3.0.3](https://github.com/kaisermann/svelte-i18n/compare/v3.0.2...v3.0.3) (2020-03-29)

View File

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