Skip to content

Commit

Permalink
🔖 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Jun 20, 2023
1 parent 80b1dda commit e7aa395
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.0.0](https://github.com/lsaudon/l10nization/releases/tag/release-2.0.0)

- ✨ Add metadata only to template language by @RobertOdrowaz in <https://github.com/lsaudon/l10nization/pull/228>
- ⬆️ Bump webpack-cli from 5.1.1 to 5.1.4 by @dependabot in <https://github.com/lsaudon/l10nization/pull/223>
- ⬆️ Bump eslint from 8.41.0 to 8.43.0 by @dependabot in <https://github.com/lsaudon/l10nization/pull/229>
- ⬆️ Bump webpack from 5.85.0 to 5.87.0 by @dependabot in <https://github.com/lsaudon/l10nization/pull/226>
- ⬆️ Bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.60.0 by @dependabot in <https://github.com/lsaudon/l10nization/pull/230>
- ⬆️ Bump @typescript-eslint/parser from 5.59.8 to 5.60.0 by @dependabot in <https://github.com/lsaudon/l10nization/pull/231>
- ⬆️ Bump @types/node from 20.2.5 to 20.3.1 by @dependabot in <https://github.com/lsaudon/l10nization/pull/234>
- ⬆️ Bump @vscode/test-electron from 2.3.2 to 2.3.3 by @dependabot in <https://github.com/lsaudon/l10nization/pull/235>
- ⬆️ Bump @vscode/vscode from 1.78.1 to 1.79.1 by @lsaudon in <https://github.com/lsaudon/l10nization/pull/236>
- ⬆️ Bump sinon from 15.1.0 to 15.2.0 by @lsaudon in <https://github.com/lsaudon/l10nization/pull/237>
- 💥 Set right type for settings by @lsaudon in <https://github.com/lsaudon/l10nization/pull/238>

## [1.4.1](https://github.com/lsaudon/l10nization/releases/tag/release-1.4.1)

- 🐛 Crash when multiple variables
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"icon": "images/logo.png",
"name": "l10nization",
"displayName": "L10nization",
"version": "1.4.1",
"version": "2.0.0",
"publisher": "lsaudon",
"description": "A tool for extracting text to arb files in a Flutter application.",
"author": {
Expand Down

0 comments on commit e7aa395

Please sign in to comment.