chore(release): v3.1.0 🎉

This commit is contained in:
Christian Kaisermann 2020-09-20 10:15:36 -03:00
parent e659889f43
commit 74e3002385
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [3.1.0](https://github.com/kaisermann/svelte-i18n/compare/v3.0.4...v3.1.0) (2020-09-20)
### Bug Fixes
* export correct configuration type ([68e8c51](https://github.com/kaisermann/svelte-i18n/commit/68e8c51a636910bbe0619350b7d8ad6fabe13c7d))
## [3.0.4](https://github.com/kaisermann/svelte-i18n/compare/v3.0.3...v3.0.4) (2020-05-31)

View File

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