Skip to content

Commit a659075

Browse files
committed
chore(release): 0.20.0
1 parent 0789485 commit a659075

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.20.0](https://github.com/antfu/vue-i18n-ally/compare/v0.19.3...v0.20.0) (2019-06-18)
6+
7+
8+
### ⚑ Features
9+
10+
* new config "keystyle" ([216b52b](https://github.com/antfu/vue-i18n-ally/commit/216b52b))
11+
* support for flatten style, [#25](https://github.com/antfu/vue-i18n-ally/issues/25), thanks @JJBocanegra ([93f5432](https://github.com/antfu/vue-i18n-ally/commit/93f5432))
12+
13+
14+
### 🌍 Internationalization
15+
16+
* `zh-cn` for new texts ([a2d38af](https://github.com/antfu/vue-i18n-ally/commit/a2d38af))
17+
* `zh-tw` for new texts ([0789485](https://github.com/antfu/vue-i18n-ally/commit/0789485))
18+
19+
20+
### 🐞 Bug Fixes
21+
22+
* flatten style sideview tree display ([e8a551e](https://github.com/antfu/vue-i18n-ally/commit/e8a551e))
23+
* support array for "localesPaths" ([4c403e2](https://github.com/antfu/vue-i18n-ally/commit/4c403e2))
24+
25+
26+
### πŸ“š Documentations
27+
28+
* add flatten-mode fixture ([49e86f5](https://github.com/antfu/vue-i18n-ally/commit/49e86f5))
29+
30+
31+
532
### [0.19.3](https://github.com/antfu/vue-i18n-ally/compare/v0.19.2...v0.19.3) (2019-06-18)
633

734

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-i18n-ally",
33
"displayName": "%extname%",
44
"description": "🌍 Better Vue i18n experiences with VS Code",
5-
"version": "0.19.3",
5+
"version": "0.20.0",
66
"publisher": "antfu",
77
"engines": {
88
"vscode": "^1.29.0"

0 commit comments

Comments
Β (0)