diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60607831..09790029 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "bundle-types": "1.0.2", "create-plugin-update": "1.1.0", "e2e-version": "1.1.2", - "is-compatible": "1.0.2", + "is-compatible": "1.0.3", "package-plugin": "1.0.2", "playwright-gh-pages/deploy-report-pages": "1.1.0", "playwright-gh-pages/upload-report-artifacts": "1.0.1", diff --git a/is-compatible/CHANGELOG.md b/is-compatible/CHANGELOG.md index e9dd54d3..59907dfc 100644 --- a/is-compatible/CHANGELOG.md +++ b/is-compatible/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/grafana/plugin-actions/compare/is-compatible/v1.0.2...is-compatible/v1.0.3) (2025-11-13) + + +### 🔧 Chores + +* **deps:** update actions/setup-node action to v5 ([#164](https://github.com/grafana/plugin-actions/issues/164)) ([78fa21c](https://github.com/grafana/plugin-actions/commit/78fa21caec491398393602502ae28fe3184c3a13)) +* **deps:** update actions/setup-node action to v6 ([#175](https://github.com/grafana/plugin-actions/issues/175)) ([8e19900](https://github.com/grafana/plugin-actions/commit/8e19900577d14a8ac66c5e8299ce51522590c219)) + ## [1.0.2](https://github.com/grafana/plugin-actions/compare/is-compatible/v1.0.1...is-compatible/v1.0.2) (2025-08-04)