Skip to content

Commit b35241f

Browse files
committed
chore(release): 2.5.6
1 parent 57aaa53 commit b35241f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.5.6](https://github.com/lokalise/i18n-ally/compare/v2.5.5...v2.5.6) (2021-04-20)
6+
7+
8+
### 🔮 Refactor
9+
10+
* switch hard string highlight to problems panel ([97e405c](https://github.com/lokalise/i18n-ally/commit/97e405cb0de34dc1b5785d64a8fcd2e5ea01d22a))
11+
12+
13+
### ⚡ Features
14+
15+
* extraction for string concatenation, close [#527](https://github.com/lokalise/i18n-ally/issues/527) ([26ada5a](https://github.com/lokalise/i18n-ally/commit/26ada5a1f9eb7cb2ca718a236809e8aaaf87a414))
16+
* extraction strings with variables in vue, close [#525](https://github.com/lokalise/i18n-ally/issues/525), close [#526](https://github.com/lokalise/i18n-ally/issues/526) ([1a11b75](https://github.com/lokalise/i18n-ally/commit/1a11b75e9d15247a9f0109ab87998617be6433c8))
17+
* quick fix for hard string problem, close [#538](https://github.com/lokalise/i18n-ally/issues/538) ([f8e807c](https://github.com/lokalise/i18n-ally/commit/f8e807c6f2c91e478013896322923dfd22c9cca2))
18+
19+
20+
### 🐞 Bug Fixes
21+
22+
* detection for vue dyamic props ([28382e2](https://github.com/lokalise/i18n-ally/commit/28382e270c26559bc6704348d657a37a25149156))
23+
* do not detect strings inside $t as hardcoded, close [#536](https://github.com/lokalise/i18n-ally/issues/536) ([27cebd5](https://github.com/lokalise/i18n-ally/commit/27cebd5293f9f4e6c7154d3e46bebd15fc21fa12))
24+
* partial fix for [#443](https://github.com/lokalise/i18n-ally/issues/443) ([a0f8f51](https://github.com/lokalise/i18n-ally/commit/a0f8f51ab54dd3518129f7da4ba4fb8d4a342ba7))
25+
* skip backquotes when extracting from JS template strings, close [#537](https://github.com/lokalise/i18n-ally/issues/537) ([46c3cab](https://github.com/lokalise/i18n-ally/commit/46c3cabd6e5a2a8495cd2476694ddf5824d6b007))
26+
* utilize Google API key with new api endpoint ([#534](https://github.com/lokalise/i18n-ally/issues/534)) ([96adc20](https://github.com/lokalise/i18n-ally/commit/96adc20dd8d55a6010d7296009a4ba9dc6903d6e))
27+
528
### [2.5.5](https://github.com/lokalise/i18n-ally/compare/v2.5.4...v2.5.5) (2021-04-07)
629

730

package.json

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

0 commit comments

Comments
 (0)