From 0ac866b43db0bddf1101a393f1c98b7294173d61 Mon Sep 17 00:00:00 2001 From: Gary Roumanis Date: Thu, 25 Mar 2021 14:14:55 -0700 Subject: [PATCH] Support latest webkit_inspection_protocol --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f89bf..90fd3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.10 + + - Support `webkit_inspection_protocol` version `^1.0.0`. + ## 0.1.9 - Add support for Chrome executables in `CHROME_PATH`. diff --git a/pubspec.yaml b/pubspec.yaml index 186703f..ad72432 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: browser_launcher description: Provides a standardized way to launch web browsers for testing and tools. -version: 0.1.9 +version: 0.1.10 homepage: https://github.com/dart-lang/browser_launcher @@ -10,7 +10,7 @@ environment: dependencies: path: ^1.6.2 - webkit_inspection_protocol: '>=0.4.0 <0.8.0' + webkit_inspection_protocol: ^1.0.0 dev_dependencies: pedantic: ^1.5.0