Skip to content

Commit 44320f1

Browse files
committed
chore(release): 2.4.20
1 parent c52e40a commit 44320f1

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
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.20](https://github.com/lokalise/i18n-ally/compare/v2.4.18...v2.4.20) (2021-02-03)
6+
7+
8+
### 🌍 Internationalization
9+
10+
* **de:** add local German (de) ([#463](https://github.com/lokalise/i18n-ally/issues/463)) ([9f7fae6](https://github.com/lokalise/i18n-ally/commit/9f7fae69c8bf5bda5c8454cf9cd78830481ba6a2))
11+
12+
13+
### 🔮 Refactor
14+
15+
* path refactoring ([17ac3de](https://github.com/lokalise/i18n-ally/commit/17ac3de7922355b1379d91b03ad294c3df2a231d))
16+
17+
18+
### ⚗ Tests
19+
20+
* add more tests ([5093e6d](https://github.com/lokalise/i18n-ally/commit/5093e6d534614ab02f004b6680ede729966faa1f))
21+
* add test cases for php from [@terales](https://github.com/terales) ([6698f0a](https://github.com/lokalise/i18n-ally/commit/6698f0ae436e2649cb1df9abeee00ec21d22e236))
22+
* diff for fixture tests ([73b4d69](https://github.com/lokalise/i18n-ally/commit/73b4d698324daada91d1821e84bf40bd3252530d))
23+
24+
25+
### ⚡ Features
26+
27+
* introduce php parser ([2510faa](https://github.com/lokalise/i18n-ally/commit/2510faa88f02129b44cf615df40905a852717266))
28+
29+
30+
### 🐞 Bug Fixes
31+
32+
* **rails:** works with the Rails extension, close [#472](https://github.com/lokalise/i18n-ally/issues/472) ([c52e40a](https://github.com/lokalise/i18n-ally/commit/c52e40ad2c38e56ebe817f12f0e86a877c17b9e8))
33+
* support '.' for localesPaths ([0924e3b](https://github.com/lokalise/i18n-ally/commit/0924e3b26bc441bff79a0c2fcf01dc9065f94259))
34+
535
### [2.4.18](https://github.com/antfu/i18n-ally/compare/v2.4.17...v2.4.18) (2021-01-12)
636

737

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.4.19",
4+
"version": "2.4.20",
55
"displayName": "i18n Ally",
66
"description": "🌍 All in one i18n extension for VS Code",
77
"scripts": {

0 commit comments

Comments
 (0)