chore(release): 3.3.10

This commit is contained in:
Christian Kaisermann 2021-08-24 09:09:47 -03:00
parent a7ce70fc0f
commit 20986aa506
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [3.3.10](https://github.com/kaisermann/svelte-i18n/compare/v3.3.9...v3.3.10) (2021-08-24)
### Bug Fixes
* enable typescript strictNullChecks ([bf4189a](https://github.com/kaisermann/svelte-i18n/commit/bf4189a862e36b16242aa2bb8c68c6d1b59dc486))
## [3.3.9](https://github.com/kaisermann/svelte-i18n/compare/v3.3.8...v3.3.9) (2021-03-27) ## [3.3.9](https://github.com/kaisermann/svelte-i18n/compare/v3.3.8...v3.3.9) (2021-03-27)

View File

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