Skip to content

Commit

Permalink
Update CHANGELOG, version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnhan066 committed Mar 23, 2024
1 parent 2a24a76 commit 0b14f32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.1

* Bump `language_helper_generator` to `0.5.1`:
* Change the generated path in Map from `'@path_1': '.lib/to/file.dart'` to `"@path_.lib/to/file.dart": ''`
* Bump dependencies.

## 0.11.0

* Release to stable.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: language_helper
description: Multi-language app tool with an efficient generator and a custom GPT-4 translator for easy localization.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/lamnhan066/language_helper
topics:
- i18n
Expand All @@ -18,8 +18,8 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
language_code: ^0.4.0
language_helper_generator: ^0.5.0
language_code: ^0.4.1
language_helper_generator: 0.5.1
shared_preferences: ^2.2.2
args: ^2.4.2
http: ^1.2.0
Expand Down

0 comments on commit 0b14f32

Please sign in to comment.