diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5ce7e..b34f357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.1 + +- 🐛 When method has same name of key + ## 2.2.0 - ✨ Add context.l10n.a(b) case diff --git a/lib/src/version.dart b/lib/src/version.dart index 3f25c8a..5022a53 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.0'; +const packageVersion = '2.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index b911a91..ed308c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: l10nization_cli description: A Command-Line Interface to find unused l10n translations from an arb file. -version: 2.2.0 +version: 2.2.1 homepage: https://github.com/lsaudon/l10nization_cli repository: https://github.com/lsaudon/l10nization_cli issue_tracker: https://github.com/lsaudon/l10nization_cli/issues