Skip to content

Commit 67cafd0

Browse files
chore(master): release setup-chrome 1.5.0 (#445)
1 parent c7a9638 commit 67cafd0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.4.0...setup-chrome-v1.5.0) (2024-02-14)
4+
5+
6+
### Features
7+
8+
* support `macos-14` runner ([#483](https://github.com/browser-actions/setup-chrome/issues/483)) ([c7a9638](https://github.com/browser-actions/setup-chrome/commit/c7a9638ceead5dc0072ed72e8dcba019186cc665))
9+
10+
11+
### Bug Fixes
12+
13+
* Update nodejs version 20 ([#480](https://github.com/browser-actions/setup-chrome/issues/480)) ([f2d38a6](https://github.com/browser-actions/setup-chrome/commit/f2d38a6a7f1e725ec59a107ed254971eca75fc3e))
14+
315
## [1.4.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.3.0...setup-chrome-v1.4.0) (2023-12-03)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-chrome",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
55
"main": "dist/index.js",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)