diff --git a/CHANGELOG.md b/CHANGELOG.md index be7ae7f..7889ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## 0.17.11-dev +## 0.17.10+1 * Generate code that passes analysis with `implicit-casts: false`. + * Allow use of `MessageExtraction` and `MessageGeneration` without `File`. + * Move arb generation from bin to lib so it's available to external packages. + * Update analyzer dependency. ## 0.17.10 * Update petitparser dependency. diff --git a/pubspec.yaml b/pubspec.yaml index 9eba0a7..51266f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: intl_translation -version: 0.17.10 +version: 0.17.10+1 author: Dart Team description: >- Contains code to deal with internationalized/localized messages,