Skip to content

Commit ba4bc7a

Browse files
committed
chore(release): 2.6.3
1 parent 8e5196b commit ba4bc7a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.6.3](https://github.com/lokalise/i18n-ally/compare/v2.6.2...v2.6.3) (2021-06-08)
6+
7+
8+
### ⚡ Features
9+
10+
* **rails:** support symbol usage, close [#583](https://github.com/lokalise/i18n-ally/issues/583) ([3041900](https://github.com/lokalise/i18n-ally/commit/30419007e15d460ee53e1808a9ea6b7c2cf8f1bb))
11+
* **vue:** support vue-i18n-next component interpolation, close [#582](https://github.com/lokalise/i18n-ally/issues/582) ([ddcbce5](https://github.com/lokalise/i18n-ally/commit/ddcbce5442a2624ae74b03947b619b9aaefe8d78))
12+
* support include/exclude in refactor templates, close [#579](https://github.com/lokalise/i18n-ally/issues/579) ([1bd6b27](https://github.com/lokalise/i18n-ally/commit/1bd6b277eff9f077293e1f16167fa6c337357e3b))
13+
14+
15+
### 📚 Documentations
16+
17+
* add custom framework example ([8e5196b](https://github.com/lokalise/i18n-ally/commit/8e5196bca5d845ae14c154d5c9af7ad7c5b32b40))
18+
519
### [2.6.2](https://github.com/lokalise/i18n-ally/compare/v2.6.1...v2.6.2) (2021-06-02)
620

721

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"publisher": "lokalise",
33
"name": "i18n-ally",
4-
"version": "2.6.2",
4+
"version": "2.6.3",
55
"displayName": "i18n Ally",
66
"description": "🌍 All in one i18n extension for VS Code",
77
"scripts": {

0 commit comments

Comments
 (0)