Skip to content

Commit ab33671

Browse files
committed
chore(release): 2.4.18
1 parent 5a7253c commit ab33671

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.4.18](https://github.com/antfu/i18n-ally/compare/v2.4.17...v2.4.18) (2021-01-12)
6+
7+
8+
### 🐞 Bug Fixes
9+
10+
* **locales:** separation and completion of ru and uk-UA locales ([#461](https://github.com/antfu/i18n-ally/issues/461)) ([2e59af5](https://github.com/antfu/i18n-ally/commit/2e59af5e7c09cda372b5a58dcde139b6d0eca4ee))
11+
* **vue:** support annonation on jsx and tsx ([595ec5c](https://github.com/antfu/i18n-ally/commit/595ec5c6bfb227420ba21a720a91d87f68eec3d9))
12+
513
### [2.4.17](https://github.com/antfu/i18n-ally/compare/v2.4.16...v2.4.17) (2021-01-07)
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.4.17",
5+
"version": "2.4.18",
66
"publisher": "antfu",
77
"scripts": {
88
"release": "npm run release:patch",

0 commit comments

Comments
 (0)