Skip to content

Commit e82d5ef

Browse files
chore(master): release setup-chrome 1.7.0 (#549)
1 parent 0115555 commit e82d5ef

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.6.2"
2+
".": "1.7.0"
33
}

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.6.2...setup-chrome-v1.7.0) (2024-05-26)
4+
5+
6+
### Features
7+
8+
* support installing a compatible version of ChromeDriver ([#548](https://github.com/browser-actions/setup-chrome/issues/548)) ([f0f75ba](https://github.com/browser-actions/setup-chrome/commit/f0f75ba773df0ba7c82aad050bc94bbb69a1e5f7))
9+
310
## [1.6.2](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.6.1...setup-chrome-v1.6.2) (2024-05-15)
411

512

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.6.2",
3+
"version": "1.7.0",
44
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
55
"main": "dist/index.js",
66
"packageManager": "pnpm@8.7.5",

0 commit comments

Comments
 (0)