From 639a9cd4be85fb08e8a68be58d94c93986d43001 Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Mon, 9 May 2022 17:19:26 -0700 Subject: [PATCH] Prep to publish dwds 14.0.1 --- dwds/CHANGELOG.md | 2 +- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 674ec5c87..7a7713569 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 14.0.1-dev +## 14.0.1 - Add `libraryFilters` optional parameter to the vm service implememtation of `getSourceReport`. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 861284ae2..dd6722a5b 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '14.0.1-dev'; +const packageVersion = '14.0.1'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 50e10c1c7..5d90aa2bd 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,6 +1,6 @@ name: dwds # Every time this changes you need to run `dart run build_runner build`. -version: 14.0.1-dev +version: 14.0.1 description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol.