chore(release): 3.3.11

This commit is contained in:
Christian Kaisermann 2021-09-30 10:56:03 -03:00
parent 721e991d90
commit 60f7413cf8
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.3.11](https://github.com/kaisermann/svelte-i18n/compare/v3.3.10...v3.3.11) (2021-09-30)
### Bug Fixes
* fallback delve to undefined for an undefined key ([64e8ae2](https://github.com/kaisermann/svelte-i18n/commit/64e8ae2bd3f9f10e3f3bfed6ef9cb6d8616b0caa))
## [3.3.10](https://github.com/kaisermann/svelte-i18n/compare/v3.3.9...v3.3.10) (2021-08-24)

View File

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