diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2ada20..af3e13d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.2" + ".": "1.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bcdeb2..1fa7a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.3](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.7.2...setup-chrome-v1.7.3) (2025-01-25) + + +### Bug Fixes + +* support ubuntu 24 ([#620](https://github.com/browser-actions/setup-chrome/issues/620)) ([fffa33d](https://github.com/browser-actions/setup-chrome/commit/fffa33d133898c34a1bcbb9e79f27731e4a8b0dc)), closes [#618](https://github.com/browser-actions/setup-chrome/issues/618) + ## [1.7.2](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.7.1...setup-chrome-v1.7.2) (2024-07-13) diff --git a/package.json b/package.json index b8b2a2b..0116653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-chrome", - "version": "1.7.2", + "version": "1.7.3", "description": "Set up your GitHub Actions workflow with a specific version of chromium", "main": "dist/index.js", "packageManager": "pnpm@8.7.5",