diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60607831..7ff59499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "build-plugin": "1.0.2", - "bundle-size": "1.0.3", + "bundle-size": "1.1.0", "bundle-types": "1.0.2", "create-plugin-update": "1.1.0", "e2e-version": "1.1.2", diff --git a/bundle-size/CHANGELOG.md b/bundle-size/CHANGELOG.md index 2d5daea1..375485fa 100644 --- a/bundle-size/CHANGELOG.md +++ b/bundle-size/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.0.3...bundle-size/v1.1.0) (2025-11-13) + + +### 🎉 Features + +* **bundle-size:** prefilter for `MAIN_STATS_ARTIFACT` ([#174](https://github.com/grafana/plugin-actions/issues/174)) ([4294e19](https://github.com/grafana/plugin-actions/commit/4294e198084cc8f81f80cb52c43f07d7f543196b)) + + +### 🔧 Chores + +* **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.3](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.0.2...bundle-size/v1.0.3) (2025-10-21) diff --git a/bundle-size/README.md b/bundle-size/README.md index 62b4a104..05da5d87 100644 --- a/bundle-size/README.md +++ b/bundle-size/README.md @@ -39,7 +39,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.3 + - uses: grafana/plugin-actions/bundle-size@bundle-size/v1.1.0 ```