diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5a6955..e576f5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.5](https://github.com/Workiva/dart_dev/compare/2.0.4...2.0.5) + +- **Improvement:** Added `config.test.deleteConflictingOutputs` that when + enabled will include the `--delete-conflicting-outputs` flag when running + tests via `build_runner`. + +- **Bug Fix:** Fix a type-related RTE in the `TaskProcess` class. + ## [2.0.4](https://github.com/Workiva/dart_dev/compare/2.0.3...2.0.4) - **Bug Fix:** When on Dart 2 and the package has a dependency on `build_test`, diff --git a/pubspec.yaml b/pubspec.yaml index de240e6d..e60ca4c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_dev -version: 2.0.4 +version: 2.0.5 description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable. authors: - Workiva Client Platform Team