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