From 1208fbfeb50c2d4be7a87c2fa47d4cd7db1270e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 07:11:29 +0000 Subject: [PATCH] chore(master): release setup-chrome 1.7.2 (#575) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0972da..f2ada20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e51b4..3bcdeb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.2](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.7.1...setup-chrome-v1.7.2) (2024-07-13) + + +### Bug Fixes + +* sign published tags and commits ([#573](https://github.com/browser-actions/setup-chrome/issues/573)) ([d5fbe5f](https://github.com/browser-actions/setup-chrome/commit/d5fbe5f06ceee6c9cff2cc9ac4c80ca19f410a57)), closes [#558](https://github.com/browser-actions/setup-chrome/issues/558) + ## [1.7.1](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.7.0...setup-chrome-v1.7.1) (2024-05-27) diff --git a/package.json b/package.json index ea015fa..b8b2a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-chrome", - "version": "1.7.1", + "version": "1.7.2", "description": "Set up your GitHub Actions workflow with a specific version of chromium", "main": "dist/index.js", "packageManager": "pnpm@8.7.5",