diff --git a/packages/js/github-actions/CHANGELOG.md b/packages/js/github-actions/CHANGELOG.md index 3edf18cd..d6ade2e2 100644 --- a/packages/js/github-actions/CHANGELOG.md +++ b/packages/js/github-actions/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2022-07-13 (1.2.0) +### New Features 🎉 +* Add "php-version" input to the phpcs-diff action for specifying PHP version. (https://github.com/woocommerce/grow/pull/25) +* Add "dev" change type to `branch-label` GHA. (https://github.com/woocommerce/grow/pull/28) +### Bug Fixes 🐛 +* Fix the JSON parse error when manually releasing the `github-actions` package. (https://github.com/woocommerce/grow/pull/24) +* Fix the JSON syntax error of running `phpcd-diff` action when no changes are made. (https://github.com/woocommerce/grow/pull/27) + ## 2022-07-05 (1.1.0) ### New Features 🎉 * Add a GitHub action for adding branch type labels. (https://github.com/woocommerce/grow/pull/14) diff --git a/packages/js/github-actions/package-lock.json b/packages/js/github-actions/package-lock.json index 650fa080..a88521a2 100644 --- a/packages/js/github-actions/package-lock.json +++ b/packages/js/github-actions/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/js/github-actions/package.json b/packages/js/github-actions/package.json index f29376e0..f21f97d0 100644 --- a/packages/js/github-actions/package.json +++ b/packages/js/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.1.0", + "version": "1.2.0", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {