mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
3.3.7
This commit is contained in:
parent
88ad5b2180
commit
f7d509348c
@ -1,3 +1,12 @@
|
|||||||
|
## [3.3.7](https://github.com/kaisermann/svelte-i18n/compare/v3.3.6...v3.3.7) (2021-03-17)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* clear locale lookup cache when new messages are added ([#130](https://github.com/kaisermann/svelte-i18n/issues/130)) ([88ad5b2](https://github.com/kaisermann/svelte-i18n/commit/88ad5b21801eb54cbbb6a8cc9a02bb9b76bc1fbe))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.3.6](https://github.com/kaisermann/svelte-i18n/compare/v3.3.4...v3.3.6) (2021-02-25)
|
## [3.3.6](https://github.com/kaisermann/svelte-i18n/compare/v3.3.4...v3.3.6) (2021-02-25)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte-i18n",
|
"name": "svelte-i18n",
|
||||||
"version": "3.3.6",
|
"version": "3.3.7",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user