diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60607831..b83bdfae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "build-plugin": "1.0.2", "bundle-size": "1.0.3", - "bundle-types": "1.0.2", + "bundle-types": "1.0.3", "create-plugin-update": "1.1.0", "e2e-version": "1.1.2", "is-compatible": "1.0.2", diff --git a/bundle-types/CHANGELOG.md b/bundle-types/CHANGELOG.md index 15e6255e..57ecfdba 100644 --- a/bundle-types/CHANGELOG.md +++ b/bundle-types/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.3](https://github.com/grafana/plugin-actions/compare/bundle-types/v1.0.2...bundle-types/v1.0.3) (2025-11-13) + + +### 🔧 Chores + +* **deps:** update actions/create-github-app-token action to v2.1.4 ([#144](https://github.com/grafana/plugin-actions/issues/144)) ([fc465c0](https://github.com/grafana/plugin-actions/commit/fc465c0c762933c2824ffe71bc3c59676a88b1f2)) +* **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/bundle-types/v1.0.1...bundle-types/v1.0.2) (2025-08-04) diff --git a/bundle-types/README.md b/bundle-types/README.md index 7d1b8107..7ff07979 100644 --- a/bundle-types/README.md +++ b/bundle-types/README.md @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: grafana/plugin-actions/bundle-types@bundle-types/v1.0.2 + - uses: grafana/plugin-actions/bundle-types@bundle-types/v1.0.3 ```