Skip to content

Commit 7e49da4

Browse files
authored
Add CHANGELOG entry for dart-archive/browser_launcher#63 and publish 1.2.2 (dart-archive/browser_launcher#64)
1 parent 2c690eb commit 7e49da4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/browser_launcher/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## 1.1.2-wip
1+
## 1.1.2
22

33
- Require Dart 3.4
44
- Log errors from chrome
55
- Allow tests to detect headless-only environment (for CI).
66
- Add extra flags that may help disable additional throttling in background tabs
7+
- Add `--use-mock-keychain` flag to avoid blocking dialog on MacOS.
78

89
## 1.1.1
910

pkgs/browser_launcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: browser_launcher
2-
version: 1.1.2-wip
2+
version: 1.1.2
33
description: Provides a standardized way to launch web browsers for testing and tools.
44
repository: https://github.com/dart-lang/browser_launcher
55

0 commit comments

Comments
 (0)