diff --git a/changelog.md b/changelog.md index 3fffa01..32c3b99 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # webkit_inspection_protocol.dart +## 0.4.1 +- Fix `page.reload` method. +- Disable implicit casts when developing this package. + ## 0.4.0 - Change the `RemoteObject.value` return type to `Object`. diff --git a/pubspec.yaml b/pubspec.yaml index 4e4c52f..9504478 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: webkit_inspection_protocol -version: 0.4.0 +version: 0.4.1 description: A client for the Webkit Inspection Protocol (WIP). homepage: https://github.com/google/webkit_inspection_protocol.dart