diff --git a/CHANGELOG.md b/CHANGELOG.md index 089b889..2da9302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.0 + +- upgrade deps + ## 4.1.1 - add multi base file support (by [shovelmn12](https://github.com/MohiuddinM/i18n/pull/30)) diff --git a/pubspec.yaml b/pubspec.yaml index 28c8261..59ca79c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: i18n description: Simple i18n solution for dart and flutter. Uses code generation to generate translations as dart classes. Efficient and works with autocomplete! -version: 4.1.1 +version: 4.2.0 homepage: https://github.com/MohiuddinM/i18n environment: