diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index b1c1443e..8c7c14c6 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2023-11-16 (1.10.2) +### Bug Fixes 🐛 +* Update rollup to fix -actions build. (https://github.com/woocommerce/grow/pull/90) +### Tweaked 🔧 +* Add update docs & ideas step to extension release checklist. (https://github.com/woocommerce/grow/pull/89) + ## 2023-08-29 (1.10.1) ### Tweaked 🔧 * Fix typos in the `publish-extension-dev-build` action. (https://github.com/woocommerce/grow/pull/76) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 1ce4692e..e146bf22 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.10.1", + "version": "1.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 34f681fc..62ccfc3d 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.10.1", + "version": "1.10.2", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {