From ac1f4f25195381f651f10cbb2906f562cc452438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:38:33 +0000 Subject: [PATCH] Update changelog and package version for the actions-v1.11.2 release of GitHub actions. --- packages/github-actions/CHANGELOG.md | 5 +++++ packages/github-actions/package-lock.json | 2 +- packages/github-actions/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index ddcd08aa..d70a6d74 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2024-04-25 (1.11.2) +### Tweaked 🔧 +* Add PHP linter and PHP linting in GitHub Actions. (https://github.com/woocommerce/grow/pull/109) +* Get Plugin Releases - Prevent unstable releases. (https://github.com/woocommerce/grow/pull/102) + ## 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) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index c9fb7a20..03197e92 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.1", + "version": "1.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 6ccc2035..89631a66 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.1", + "version": "1.11.2", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {