diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9464c4e..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.2" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a80abb..189ac6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.6.2...setup-chrome-v1.7.0) (2024-05-26) + + +### Features + +* 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)) + ## [1.6.2](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.6.1...setup-chrome-v1.6.2) (2024-05-15) diff --git a/package.json b/package.json index 70110c1..7e1b052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-chrome", - "version": "1.6.2", + "version": "1.7.0", "description": "Set up your GitHub Actions workflow with a specific version of chromium", "main": "dist/index.js", "packageManager": "pnpm@8.7.5",