From 2cc201aff0ace6c96ce1c5de61b082a8d79e36cd 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:04:57 +0000 Subject: [PATCH] Update changelog and package version for the actions-v1.11.0 release of GitHub actions. --- packages/github-actions/CHANGELOG.md | 6 ++++++ packages/github-actions/package-lock.json | 2 +- packages/github-actions/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index 8c7c14c6..e99a1172 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 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) +* Add a new workflow to GitHub Actions for deleting the test build of Custom GitHub actions. (https://github.com/woocommerce/grow/pull/93) +* Add actions and workflows for QIT tests. (https://github.com/woocommerce/grow/pull/81) + ## 2023-11-16 (1.10.2) ### Bug Fixes 🐛 * Update rollup to fix -actions build. (https://github.com/woocommerce/grow/pull/90) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index e146bf22..04710d76 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.10.2", + "version": "1.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 62ccfc3d..2c50eea5 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.10.2", + "version": "1.11.0", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {