Skip to content

Commit 626ed1c

Browse files
authored
🔖 3.3.1 (#441)
1 parent cb33549 commit 626ed1c

File tree

3 files changed

+95
-86
lines changed

3 files changed

+95
-86
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Changelog
22

3+
## [3.3.1](https://github.com/lsaudon/l10nization/releases/tag/release-3.3.1)
4+
5+
- 🐛 generation not running on already formatted file by @schindler-s
6+
- ⬆️ Bump @types/node from 20.12.4 to 20.12.7
7+
- ⬆️ Bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0
8+
- ⬆️ Bump @typescript-eslint/parser from 7.5.0 to 7.6.0
9+
- ⬆️ Bump typescript from 5.4.4 to 5.4.5
10+
311
## [3.3.0](https://github.com/lsaudon/l10nization/releases/tag/release-3.3.0)
412

513
- 💥 Add option to run sort & format when manually editing by @schindler-s
614
- 💥 Formatting when running "Sort arb Files" by @schindler-s
715
- 🐛 "generationEnabled" not being used by @schindler-s
16+
- 🐛 config not being reloaded/updated by @schindler-s
817
- ⬆️ Bump @types/chai from 4.3.12 to 4.3.13
918
- ⬆️ Bump @types/node from 20.11.25 to 20.12.4
1019
- ⬆️ Bump @types/vscode from 1.87.0 to 1.88.0

package-lock.json

Lines changed: 81 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"icon": "images/logo.png",
33
"name": "l10nization",
44
"displayName": "L10nization",
5-
"version": "3.3.0",
5+
"version": "3.3.1",
66
"publisher": "lsaudon",
77
"description": "A tool for extracting text to arb files in a Flutter application.",
88
"author": {
@@ -128,11 +128,11 @@
128128
"devDependencies": {
129129
"@types/chai": "^4.3.14",
130130
"@types/mocha": "^10.0.6",
131-
"@types/node": "20.12.4",
131+
"@types/node": "20.12.7",
132132
"@types/sinon": "17.0.3",
133133
"@types/vscode": "^1.88.0",
134-
"@typescript-eslint/eslint-plugin": "^7.5.0",
135-
"@typescript-eslint/parser": "^7.5.0",
134+
"@typescript-eslint/eslint-plugin": "^7.6.0",
135+
"@typescript-eslint/parser": "^7.6.0",
136136
"@vscode/test-electron": "^2.3.9",
137137
"chai": "^4.4.1",
138138
"eslint": "^8.57.0",
@@ -143,7 +143,7 @@
143143
"sinon": "^17.0.1",
144144
"ts-loader": "^9.5.1",
145145
"ts-node": "^10.9.2",
146-
"typescript": "^5.4.4",
146+
"typescript": "^5.4.5",
147147
"webpack": "^5.91.0",
148148
"webpack-cli": "^5.1.4",
149149
"yaml": "^2.4.1"

0 commit comments

Comments
 (0)