diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index 3ad334552..f2be9022e 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.12.0 +## 2.12.0-dev.1 - Update `build_web_compilers|ddc` builder to produce a `.metadata` file. - Update `build_web_compilers|entrypoint` builder to produce a `.ddc_merged_metadata` file diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index 10cb93d2f..d6d1b5bc1 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -1,5 +1,5 @@ name: build_web_compilers -version: 2.12.0 +version: 2.12.0-dev.1 description: Builder implementations wrapping Dart compilers. homepage: https://github.com/dart-lang/build/tree/master/build_web_compilers