Skip to content

Commit 0ea030d

Browse files
committed
chore(release): 2.9.0
1 parent 232da97 commit 0ea030d

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.9.0](https://github.com/lokalise/i18n-ally/compare/v2.8.2...v2.9.0) (2023-04-29)
6+
7+
8+
### ⚑ Features
9+
10+
* add `sveltekit-i18n` detection ([#815](https://github.com/lokalise/i18n-ally/issues/815)) ([f4e50e9](https://github.com/lokalise/i18n-ally/commit/f4e50e9f756bf8e3fb225f57f94b3390d9f54c0b))
11+
* add more detections for `fluent-vue` ([#802](https://github.com/lokalise/i18n-ally/issues/802)) ([450bc19](https://github.com/lokalise/i18n-ally/commit/450bc1925dc57f55af634dd42d42b1313cf329c9))
12+
13+
14+
### 🐞 Bug Fixes
15+
16+
* add `ftl` as a parser that can be enabled ([#797](https://github.com/lokalise/i18n-ally/issues/797)) ([232da97](https://github.com/lokalise/i18n-ally/commit/232da972ffd9599fd6234655d3127936104460c8))
17+
* fix spelling for choice prompt ([#814](https://github.com/lokalise/i18n-ally/issues/814)) ([a2c035b](https://github.com/lokalise/i18n-ally/commit/a2c035b48bda4f69506e8b44128b8c9e034f58a5))
18+
519
### [2.8.2](https://github.com/lokalise/i18n-ally/compare/v2.8.1...v2.8.2) (2023-04-27)
620

721
### 🐞 Bug Fixes

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

0 commit comments

Comments
Β (0)