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": {