diff --git a/CHANGELOG.md b/CHANGELOG.md index 9508e46..c3000e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [3.3.1](https://github.com/kaisermann/svelte-i18n/compare/v3.2.7...v3.3.1) (2021-02-11) + + +### Bug Fixes + +* 🐛 default $json type to any ([41d8e4d](https://github.com/kaisermann/svelte-i18n/commit/41d8e4d28b68bb0ec61f2adf3152025086c1cc7c)) + + +### Features + +* 🎸 add $json method to get raw dictionary values ([9dd1a19](https://github.com/kaisermann/svelte-i18n/commit/9dd1a19aef3496ff693fc1327c6c67e45bf253b5)), closes [#109](https://github.com/kaisermann/svelte-i18n/issues/109) [#83](https://github.com/kaisermann/svelte-i18n/issues/83) + + + # [3.3.0](https://github.com/kaisermann/svelte-i18n/compare/v3.2.7...v3.3.0) (2020-11-24) diff --git a/package.json b/package.json index fc0cc71..3a33598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-i18n", - "version": "3.3.0", + "version": "3.3.1", "main": "dist/runtime.cjs.js", "module": "dist/runtime.esm.js", "types": "types/runtime/index.d.ts",