chore(release): v3.3.0

This commit is contained in:
Christian Kaisermann 2020-11-24 10:48:57 -03:00
parent 3add4e66b7
commit abbd396128
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [3.3.0](https://github.com/kaisermann/svelte-i18n/compare/v3.2.7...v3.3.0) (2020-11-24)
### Features
* 🎸 add $json method to get raw dictionary values ([52400b5](https://github.com/kaisermann/svelte-i18n/commit/52400b5c51213b45270da101aab6e8ae2bda024c)), closes [#109](https://github.com/kaisermann/svelte-i18n/issues/109) [#83](https://github.com/kaisermann/svelte-i18n/issues/83)
## [3.2.7](https://github.com/kaisermann/svelte-i18n/compare/v3.2.6...v3.2.7) (2020-11-23)

View File

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