Skip to content

Commit

Permalink
chore(master): release setup-chrome 1.4.0 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 3, 2023
1 parent 775b8fb commit e7cd83a
Show file tree
Hide file tree
Showing 3 changed files with 14 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.3.0"
".": "1.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.3.0...setup-chrome-v1.4.0) (2023-12-03)


### Features

* Support to install by a specific version ([#444](https://github.com/browser-actions/setup-chrome/issues/444)) ([775b8fb](https://github.com/browser-actions/setup-chrome/commit/775b8fb5bb29c3f0bd6c573adb3174095102e7cc))


### Bug Fixes

* **deps:** bump the actions group with 1 update ([#406](https://github.com/browser-actions/setup-chrome/issues/406)) ([f318cc2](https://github.com/browser-actions/setup-chrome/commit/f318cc23baba89e414d91f638b85a97363758ac6))

## [1.3.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.2.3...setup-chrome-v1.3.0) (2023-11-11)


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.3.0",
"version": "1.4.0",
"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 e7cd83a

Please sign in to comment.