Skip to content

Commit

Permalink
chore(master): release setup-chrome 1.2.3 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 17, 2023
1 parent 17715dd commit c7d03e6
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.2.2"
".": "1.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.3](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.2.2...setup-chrome-v1.2.3) (2023-09-17)


### Bug Fixes

* **deps:** migrate a package manager to pnpm ([#384](https://github.com/browser-actions/setup-chrome/issues/384)) ([5fa5696](https://github.com/browser-actions/setup-chrome/commit/5fa56961cf53f049d4a4963f21322f4aec3de1d3))

## [1.2.2](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.2.1...setup-chrome-v1.2.2) (2023-04-22)


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.2.2",
"version": "1.2.3",
"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 c7d03e6

Please sign in to comment.