From 194a2ee9dd1246d79382b14bb827cd3d32ade8f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:40:04 +0000 Subject: [PATCH] Update changelog and package version for the actions-v1.11.1 release of GitHub actions. --- packages/github-actions/CHANGELOG.md | 4 ++++ packages/github-actions/package-lock.json | 2 +- packages/github-actions/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index e99a1172..ddcd08aa 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2024-02-06 (1.11.1) +### Bug Fixes 🐛 +* Rename `add/qit-workflows-test-build` to `actions-v1` branch. (https://github.com/woocommerce/grow/pull/96) + ## 2024-02-06 (1.11.0) ### New Features 🎉 * Add a new workflow to GitHub Actions for creating the test build of Custom GitHub actions. (https://github.com/woocommerce/grow/pull/92) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 04710d76..c9fb7a20 100644 --- a/packages/github-actions/package-lock.json +++ b/packages/github-actions/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 2c50eea5..6ccc2035 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.11.0", + "version": "1.11.1", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {