diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 10530c9aa..641e0e6b7 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`. - Update temp variable detection heuristics so internal JS type objects do 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.