diff --git a/pkg/dds/CHANGELOG.md b/pkg/dds/CHANGELOG.md index f58ce05b120..a515f931cc2 100644 --- a/pkg/dds/CHANGELOG.md +++ b/pkg/dds/CHANGELOG.md @@ -1,4 +1,4 @@ -# 4.2.4 +# 4.2.4+1 - Added missing type to `Event` in `postEvent`. - [DAP] Instaces with both fields and getters of the same name will no longer show duplicates in `variables` responses. - `bin/dds.dart` now closes the `stderr` pipe after writing its JSON to the stream. diff --git a/pkg/dds/pubspec.yaml b/pkg/dds/pubspec.yaml index 2bb45568523..c159257a1a8 100644 --- a/pkg/dds/pubspec.yaml +++ b/pkg/dds/pubspec.yaml @@ -1,5 +1,5 @@ name: dds -version: 4.2.4 +version: 4.2.4+1 description: >- A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.