Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Add CHANGELOG entry for #63 and publish 1.2.2 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
srujzs authored Aug 22, 2024
1 parent fa98c77 commit 0acd188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

1 comment on commit 0acd188

@srujzs
Copy link
Contributor Author

@srujzs srujzs commented on 0acd188 Aug 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI - the name of this commit references 1.2.2 but it's actually 1.1.2.

Please sign in to comment.