Skip to content

Commit

Permalink
chore(master): release setup-chrome 1.7.1 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent f5596e0 commit e9b1a8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "1.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down

0 comments on commit e9b1a8f

Please sign in to comment.