diff --git a/CHANGELOG.md b/CHANGELOG.md index d428a71..1b93e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.0-dev +## 1.1.0 - Add optional `signIn` argument to `startWithDebugPort`. To be used together with `user-data-dir` to start a chrome diff --git a/pubspec.yaml b/pubspec.yaml index d2eb157..6729bb2 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: 1.1.0-dev +version: 1.1.0 homepage: https://github.com/dart-lang/browser_launcher