Skip to content

Commit 0fa22a4

Browse files
committed
chore(release): 1.5.0
1 parent ddc0c8c commit 0fa22a4

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+
## [1.5.0](https://github.com/antfu/i18n-ally/compare/v1.4.9...v1.5.0) (2019-12-17)
6+
7+
8+
### โšก Features
9+
10+
* support custom framework config! ([37305d8](https://github.com/antfu/i18n-ally/commit/37305d833afd1091cf9cc851df2dfa7609804bdb))
11+
12+
13+
### ๐ŸŒ Internationalization
14+
15+
* remove unsed messages ([14ba7f4](https://github.com/antfu/i18n-ally/commit/14ba7f40e392e1be295bf781e62a86347c37be61))
16+
17+
18+
### ๐Ÿ”ฎ Refactor
19+
20+
* extract packages parser ([48c94ec](https://github.com/antfu/i18n-ally/commit/48c94ec1f91dd349f5d3e62af6cbd9c8e8702052))
21+
522
### [1.4.9](https://github.com/antfu/i18n-ally/compare/v1.4.8...v1.4.9) (2019-12-16)
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": "i18n-ally",
33
"displayName": "%extname%",
44
"description": "๐ŸŒ All in one i18n extension for VSCode",
5-
"version": "1.4.9",
5+
"version": "1.5.0",
66
"publisher": "antfu",
77
"engines": {
88
"vscode": "^1.40.0"

0 commit comments

Comments
ย (0)