Skip to content

Commit

Permalink
chore(master): release setup-chrome 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 3, 2024
1 parent e88eaf7 commit 91611e3
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.6.0"
".": "1.6.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.6.1](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.6.0...setup-chrome-v1.6.1) (2024-05-03)


### Bug Fixes

* tool-cache does not work ([#533](https://github.com/browser-actions/setup-chrome/issues/533)) ([e88eaf7](https://github.com/browser-actions/setup-chrome/commit/e88eaf738be41864c31ee42ad17d06d10b166676)), closes [#504](https://github.com/browser-actions/setup-chrome/issues/504)

## [1.6.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.5.0...setup-chrome-v1.6.0) (2024-04-21)


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.6.0",
"version": "1.6.1",
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
"main": "dist/index.js",
"packageManager": "pnpm@8.7.5",
Expand Down

0 comments on commit 91611e3

Please sign in to comment.