Support webkit inspection and prepare to publish (#1289)

* Support webkit inspection

* version
diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index 36fd8f9..0852bb3 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,4 +1,8 @@
-## 10.0.0-dev
+## 10.0.1
+
+- Support `webkit_inspection_protocol` version `^1.0.0`.
+
+## 10.0.0
 
 - Support `VMService.evaluate` using expression compiler.
 - Update min sdk constraint to `>=2.13.0-144.0.dev`.
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index ba6afbe..230d7bd 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '10.0.0';
+const packageVersion = '10.0.1';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index 1062283..f7faaec 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dwds
 # Every time this changes you need to run `pub run build_runner build`.
-version: 10.0.0
+version: 10.0.1
 homepage: https://github.com/dart-lang/webdev/tree/master/dwds
 description: >-
   A service that proxies between the Chrome debug protocol and the Dart VM
@@ -37,7 +37,7 @@
   # We pin the version because we implement the interface.
   vm_service: 6.1.0+1
   web_socket_channel: ^2.0.0
-  webkit_inspection_protocol: ^0.7.4
+  webkit_inspection_protocol: ^1.0.0
 
 dev_dependencies:
   args: ^2.0.0