Skip to content

Commit d031162

Browse files
committed
chore(release): 2.3.0
1 parent 1c8a33f commit d031162

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.3.0](https://github.com/antfu/i18n-ally/compare/v2.2.16...v2.3.0) (2020-08-12)
6+
7+
8+
### ⚡ Features
9+
10+
* added keypath autocompletion ([#367](https://github.com/antfu/i18n-ally/issues/367)) ([76d31b4](https://github.com/antfu/i18n-ally/commit/76d31b45f8ab38c55db9872fce89cb1aac6a007d))
11+
* better extrat prompt ([1c8a33f](https://github.com/antfu/i18n-ally/commit/1c8a33fc511ac9f477af70a5f09738a736cf7683))
12+
513
### [2.2.16](https://github.com/antfu/i18n-ally/compare/v2.2.15...v2.2.16) (2020-08-10)
614

715

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.2.16",
5+
"version": "2.3.0",
66
"publisher": "antfu",
77
"engines": {
88
"vscode": "^1.47.0"

0 commit comments

Comments
 (0)