From 0acd18820afe8751b164c7576cfe23c46e1e34c2 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam <58529443+srujzs@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:39:48 -0700 Subject: [PATCH] Add CHANGELOG entry for https://github.com/dart-lang/browser_launcher/pull/63 and publish 1.2.2 (#64) --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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