Skip to content

Commit

Permalink
🔖 Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Nov 2, 2022
1 parent bc7c588 commit 8cf51ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.2]

### Added

- Fix extension on Windows
- Bump node, eslint

## [0.3.1]

### Added
Expand All @@ -26,6 +33,7 @@

- Add string to all arb files.

[0.3.2]: https://github.com/lsaudon/l10nization/releases/tag/release-0.3.2
[0.3.1]: https://github.com/lsaudon/l10nization/releases/tag/release-0.3.1
[0.2.0]: https://github.com/lsaudon/l10nization/releases/tag/release-0.2.0
[0.1.1]: https://github.com/lsaudon/l10nization/releases/tag/release-0.1.1
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": "0.3.1",
"version": "0.3.2",
"publisher": "lsaudon",
"description": "A tool for extracting text to arb files in a Flutter application.",
"author": {
Expand Down

0 comments on commit 8cf51ee

Please sign in to comment.