diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3fbe6..4fb8a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## 1.1.2-wip +## 1.1.2 - Require Dart 3.4 - Log errors from chrome - Allow tests to detect headless-only environment (for CI). - Add extra flags that may help disable additional throttling in background tabs +- Add `--use-mock-keychain` flag to avoid blocking dialog on MacOS. ## 1.1.1 diff --git a/pubspec.yaml b/pubspec.yaml index 39a4d31..39da2c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: browser_launcher -version: 1.1.2-wip +version: 1.1.2 description: Provides a standardized way to launch web browsers for testing and tools. repository: https://github.com/dart-lang/browser_launcher