Skip to content

Commit

Permalink
chore(master): release setup-chrome 1.2.1 (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 16, 2023
1 parent 619ab4e commit 5971308
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.0"
".": "1.2.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.2.1](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.2.0...setup-chrome-v1.2.1) (2023-03-16)


### Bug Fixes

* **deps:** bump @actions/io from 1.1.2 to 1.1.3 ([#333](https://github.com/browser-actions/setup-chrome/issues/333)) ([619ab4e](https://github.com/browser-actions/setup-chrome/commit/619ab4ecda61fb4ee08835d01c8aad9b7381d78a))

## [1.2.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.1.0...setup-chrome-v1.2.0) (2023-03-14)


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.0",
"version": "1.2.1",
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
"main": "dist/index.js",
"dependencies": {
Expand Down

0 comments on commit 5971308

Please sign in to comment.