Skip to content

Commit 370eac4

Browse files
committed
chore(release): 2.8.1
1 parent 10b2cd8 commit 370eac4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.8.1](https://github.com/lokalise/i18n-ally/compare/v2.8.0...v2.8.1) (2021-09-13)
6+
7+
8+
### 🐞 Bug Fixes
9+
10+
* fluent-vue fixes ([#658](https://github.com/lokalise/i18n-ally/issues/658)) ([c41a964](https://github.com/lokalise/i18n-ally/commit/c41a9649ec15b8a2506f923ce9400cc005672046))
11+
* include all unicode scripts for detection ([1ff16a7](https://github.com/lokalise/i18n-ally/commit/1ff16a737cf71502af62d337806a53ac82fc1f0b))
12+
* include cyrillic for detection ([36ea0d5](https://github.com/lokalise/i18n-ally/commit/36ea0d5fe5dab69dfec8940a4e69cbeb7bc79f6e))
13+
* speed up NonAsciiExtractionRule ([b39150b](https://github.com/lokalise/i18n-ally/commit/b39150ba5e623192163ff75529b10a557e6e2c6e))
14+
515
## [2.8.0](https://github.com/lokalise/i18n-ally/compare/v2.7.1...v2.8.0) (2021-08-30)
616

717

package-lock.json

+2-2
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
@@ -1,7 +1,7 @@
11
{
22
"publisher": "lokalise",
33
"name": "i18n-ally",
4-
"version": "2.8.0",
4+
"version": "2.8.1",
55
"displayName": "i18n Ally",
66
"description": "🌍 All in one i18n extension for VS Code",
77
"keywords": [

0 commit comments

Comments
 (0)