diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index fa02ff24d..0a7dbe107 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.2 +## 0.3.0 - Change the exposed type on DebugService to VmServiceInterface diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 2bc26039f..6c1362c47 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,5 +1,5 @@ name: dwds -version: 0.2.2-dev +version: 0.3.0 author: Dart Team homepage: https://github.com/dart-lang/webdev/tree/master/dwds description: >- @@ -18,7 +18,7 @@ dependencies: shelf: ^0.7.0 shelf_web_socket: ^0.2.0 source_maps: ^0.10.0 - vm_service_lib: 3.14.3-dev.4 + vm_service_lib: 3.15.1+1 web_socket_channel: ^1.0.0 webkit_inspection_protocol: ^0.4.0