Skip to content

Commit 3280c80

Browse files
committed
chore(release): 2.1.1
1 parent 26a7953 commit 3280c80

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
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+
### [2.1.1](https://github.com/antfu/i18n-ally/compare/v2.1.0...v2.1.1) (2020-05-05)
6+
7+
8+
### 🔮 Refactor
9+
10+
* extract message protocol ([0944ec8](https://github.com/antfu/i18n-ally/commit/0944ec802c79616ce9caafcc9213d7ed9b53400b))
11+
12+
13+
### ⚡ Features
14+
15+
* SAP UI5 Framework support ([#288](https://github.com/antfu/i18n-ally/issues/288)), thanks [@mahesh0431](https://github.com/mahesh0431) ([98faaf5](https://github.com/antfu/i18n-ally/commit/98faaf543a7c0d62074d9fac2eab0cb750992c2a))
16+
17+
18+
### 🐞 Bug Fixes
19+
20+
* **react:** simplify the key regex, [#286](https://github.com/antfu/i18n-ally/issues/286) ([66d58e6](https://github.com/antfu/i18n-ally/commit/66d58e643887d550d2aed83a26569662dd03fe99))
21+
522
## [2.1.0](https://github.com/antfu/i18n-ally/compare/v2.0.11...v2.1.0) (2020-05-03)
623

724

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

0 commit comments

Comments
 (0)