This commit is contained in:
Christian Kaisermann 2021-02-15 13:39:27 -03:00
parent b0e92f8228
commit 5771c7cd6b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.3.4](https://github.com/kaisermann/svelte-i18n/compare/v3.3.2...v3.3.4) (2021-02-15)
### Bug Fixes
* crash if message has syntax error ([#128](https://github.com/kaisermann/svelte-i18n/issues/128)) ([0d623f9](https://github.com/kaisermann/svelte-i18n/commit/0d623f9884d831bc83b93eb01914628ca834ea1a))
## [3.3.3](https://github.com/kaisermann/svelte-i18n/compare/v3.3.2...v3.3.3) (2021-02-15)

View File

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