Skip to content

Commit 376411e

Browse files
committed
chore(release): 1.3.5
1 parent 13f958e commit 376411e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
### [1.3.5](https://github.com/antfu/i18n-ally/compare/v1.3.4...v1.3.5) (2019-12-07)
6+
7+
8+
### 🐞 Bug Fixes
9+
10+
* make tree view nested for flatten messages, [#133](https://github.com/antfu/i18n-ally/issues/133) ([13f958e](https://github.com/antfu/i18n-ally/commit/13f958ed5208f99c907202cf243331da78f1db37))
11+
12+
13+
### 🔮 Refactor
14+
15+
* tests utils ([7228299](https://github.com/antfu/i18n-ally/commit/7228299becb03cf442a9ad859dd61b79749f7e2f))
16+
17+
18+
### ⚗ Tests
19+
20+
* add bearbone test ([58533e3](https://github.com/antfu/i18n-ally/commit/58533e376c81c55e9b3ff3ea0d97ff67ad45badb))
21+
* add test ([293f778](https://github.com/antfu/i18n-ally/commit/293f7789b2980b39eaaba2acf3236d5911e7c0ba))
22+
523
### [1.3.4](https://github.com/antfu/i18n-ally/compare/v1.3.3...v1.3.4) (2019-12-05)
624

725

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": "i18n-ally",
33
"displayName": "%extname%",
44
"description": "🌍 All in one i18n extension for VSCode",
5-
"version": "1.3.4",
5+
"version": "1.3.5",
66
"publisher": "antfu",
77
"engines": {
88
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)