mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
chore(release): v2.1.0-alpha.2 🎉
This commit is contained in:
parent
83a5102ba8
commit
a080419294
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
||||
# [2.1.0-alpha.2](https://github.com/kaisermann/svelte-i18n/compare/v2.0.2...v2.1.0-alpha.2) (2019-11-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 allow to wait for initial locale load ([0b7f61c](https://github.com/kaisermann/svelte-i18n/commit/0b7f61c49a1c3206bbb5d9c77dfb5819a85d4bb5))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 🎸 add warnOnMissingMessages ([efbe793](https://github.com/kaisermann/svelte-i18n/commit/efbe793a0f3656b27d050886d85e06e9327ea681))
|
||||
|
||||
|
||||
|
||||
## [2.0.2](https://github.com/kaisermann/svelte-i18n/compare/v2.0.0...v2.0.2) (2019-11-24)
|
||||
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
"prerelease": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
|
||||
"release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"",
|
||||
"postrelease": "git tag -a v$npm_package_version -m 'Release v$npm_package_version'",
|
||||
"prepublishOnly": "npx run-s test:ci build release"
|
||||
"prepublishOnly": "run-s test:ci build release"
|
||||
},
|
||||
"files": [
|
||||
"dist/"
|
||||
@ -64,6 +64,7 @@
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-kaisermann": "0.0.3",
|
||||
"jest": "^24.9.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^1.19.1",
|
||||
"rollup": "^1.26.5",
|
||||
"rollup-plugin-auto-external": "^2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user