From e9b1a8fd23172c4df97457e53a6a1bb431bf1868 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:06:36 +0000 Subject: [PATCH] chore(master): release setup-chrome 1.7.1 (#552) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64e0684..d0972da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 189ac6b..10e51b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.7.0...setup-chrome-v1.7.1) (2024-05-27) + + +### Bug Fixes + +* try to install browser version when user will not install ChromeDriver ([#551](https://github.com/browser-actions/setup-chrome/issues/551)) ([f5596e0](https://github.com/browser-actions/setup-chrome/commit/f5596e0a950ec3cf422a66d3d9c180bfa8edde65)), closes [#550](https://github.com/browser-actions/setup-chrome/issues/550) + ## [1.7.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.6.2...setup-chrome-v1.7.0) (2024-05-26) diff --git a/package.json b/package.json index 7e1b052..56867ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-chrome", - "version": "1.7.0", + "version": "1.7.1", "description": "Set up your GitHub Actions workflow with a specific version of chromium", "main": "dist/index.js", "packageManager": "pnpm@8.7.5",