Skip to content

Commit 66313b9

Browse files
committed
chore(release): 2.12.0
1 parent a66de32 commit 66313b9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.12.0](https://github.com/lokalise/i18n-ally/compare/v2.11.1...v2.12.0) (2023-09-23)
6+
7+
### ⚡ Features
8+
9+
* add `next-international` framework ([#1007](https://github.com/lokalise/i18n-ally/issues/1007)) ([378dfdd](https://github.com/lokalise/i18n-ally/commit/378dfdd7cc2015ddc9aa18189949bee6c671cf94))
10+
* support `getTranslator` API from `next-intl` ([#1017](https://github.com/lokalise/i18n-ally/issues/1017)) ([a66de32](https://github.com/lokalise/i18n-ally/commit/a66de322d97e1b40542f09fa99cbe7a73fbe4a28))
11+
12+
13+
### 🐞 Bug Fixes
14+
15+
* `next-intl` support multilines key detection ([#1011](https://github.com/lokalise/i18n-ally/issues/1011)) ([#1014](https://github.com/lokalise/i18n-ally/issues/1014)) ([289af25](https://github.com/lokalise/i18n-ally/commit/289af25ba9c890929841e8fd3f6d48ce08cef47a))
16+
* `svelte` regex wrong first capturing group ([#1003](https://github.com/lokalise/i18n-ally/issues/1003)) ([#1013](https://github.com/lokalise/i18n-ally/issues/1013)) ([a29bee8](https://github.com/lokalise/i18n-ally/commit/a29bee8ec0c49435add017f1766886514de3339b))
17+
18+
19+
520
### [2.11.1](https://github.com/lokalise/i18n-ally/compare/v2.11.0...v2.11.1) (2023-08-30)
621

722

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.11.1",
4+
"version": "2.12.0",
55
"displayName": "i18n Ally",
66
"description": "🌍 All in one i18n extension for VS Code",
77
"keywords": [

0 commit comments

Comments
 (0)