From 48ddb8ff056723f338fa386b48c706c5f4c1984a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:13:54 +0000 Subject: [PATCH] Update changelog and package version for the actions-v1.11.3 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 d70a6d74..de26f8b5 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2024-05-13 (1.11.3) +### Tweaked 🔧 +* Update QIT test types `api` and `e2e` for the `run-qit-extension` action to align with the renamed types. (https://github.com/woocommerce/grow/pull/127) + ## 2024-04-25 (1.11.2) ### Tweaked 🔧 * Add PHP linter and PHP linting in GitHub Actions. (https://github.com/woocommerce/grow/pull/109) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 03197e92..29cd4c9f 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.2", + "version": "1.11.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 89631a66..3635b098 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.2", + "version": "1.11.3", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {