chore(release): v2.2.1 🎉

This commit is contained in:
Christian Kaisermann 2020-01-08 11:32:26 -03:00
parent bb8c68f2eb
commit 0892e1530a
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
## [2.2.1](https://github.com/kaisermann/svelte-i18n/compare/v2.2.0...v2.2.1) (2020-01-08)
### Bug Fixes
* 🐛 lookup message not caching correctly ([b9b6fa4](https://github.com/kaisermann/svelte-i18n/commit/b9b6fa41ffd99b89fc117c44a5bc636335c63632))
# [2.2.0](https://github.com/kaisermann/svelte-i18n/compare/v2.1.1...v2.2.0) (2020-01-07)

View File

@ -1,6 +1,6 @@
{
"name": "svelte-i18n",
"version": "2.2.0",
"version": "2.2.1",
"main": "dist/i18n.js",
"module": "dist/i18n.mjs",
"bin": {
@ -69,7 +69,7 @@
"rollup": "^1.26.5",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-typescript2": "^0.25.2",
"sass": "^1.23.6",
"svelte": "^3.14.1",