diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ca955..1706248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.0+1 + +* Stop using deprecated analyzer apis. + ## 0.5.0 * Always use a single `Resolver` instance. Fixes an issue where running with the diff --git a/pubspec.yaml b/pubspec.yaml index 95e0428..ad38eea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: code_transformers -version: 0.5.0 +version: 0.5.0+1 author: Dart Team description: Collection of utilities related to creating barback transformers. homepage: https://github.com/dart-lang/code-transformers