Skip to content

Commit e597f17

Browse files
committed
chore(release): 2.2.0
1 parent 16d4bd1 commit e597f17

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
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+
## [2.2.0](https://github.com/antfu/i18n-ally/compare/v2.1.6...v2.2.0) (2020-05-21)
6+
7+
8+
### 🐞 Bug Fixes
9+
10+
* **es-parser:** tsconfig override, fix [#301](https://github.com/antfu/i18n-ally/issues/301) ([8a4da03](https://github.com/antfu/i18n-ally/commit/8a4da0357cd01dd5b89c4311bcd1021798243c17))
11+
12+
13+
### ⚡ Features
14+
15+
* extract text from command palette, fix [#309](https://github.com/antfu/i18n-ally/issues/309) ([8b78127](https://github.com/antfu/i18n-ally/commit/8b7812785cd9e335e86d45fafb3295577aa24113))
16+
* support namespace scope for i18next, resolve [#307](https://github.com/antfu/i18n-ally/issues/307) ([e89557c](https://github.com/antfu/i18n-ally/commit/e89557c638b0115de043b63bcce58f2ea1d4b4c0))
17+
18+
19+
### 🔮 Refactor
20+
21+
* prepare for namespace delimiter ([16d4bd1](https://github.com/antfu/i18n-ally/commit/16d4bd10fae4a3262d4b63c5da05b6d8ca6db6bd))
22+
523
### [2.1.6](https://github.com/antfu/i18n-ally/compare/v2.1.5...v2.1.6) (2020-05-12)
624

725

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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 VS Code",
5-
"version": "2.1.6",
5+
"version": "2.2.0",
66
"publisher": "antfu",
77
"engines": {
88
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)