Skip to content

Commit 65f9215

Browse files
committed
chore(release): 0.17.0
1 parent d3201bc commit 65f9215

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.17.0](https://github.com/antfu/vue-i18n-ally/compare/v0.16.0...v0.17.0) (2019-06-08)
6+
7+
8+
### ⚑ Features
9+
10+
* able rename keys and remove keys ([2f99d63](https://github.com/antfu/vue-i18n-ally/commit/2f99d63))
11+
* annotation fallback ([d3201bc](https://github.com/antfu/vue-i18n-ally/commit/d3201bc))
12+
* sort keys ([a5de710](https://github.com/antfu/vue-i18n-ally/commit/a5de710))
13+
14+
15+
### 🐞 Bug Fixes
16+
17+
* icon for non-existent keys ([85699c2](https://github.com/antfu/vue-i18n-ally/commit/85699c2))
18+
* object display in file locales tree ([d747d20](https://github.com/antfu/vue-i18n-ally/commit/d747d20))
19+
20+
21+
522
## [0.16.0](https://github.com/antfu/vue-i18n-ally/compare/v0.15.0...v0.16.0) (2019-06-07)
623

724

β€Ž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": "Vue i18n Ally",
44
"description": "🌍 Better Vue i18n experiences with VS Code",
5-
"version": "0.16.0",
5+
"version": "0.17.0",
66
"publisher": "antfu",
77
"engines": {
88
"vscode": "^1.29.0"

0 commit comments

Comments
Β (0)