Skip to content

Commit cdeb274

Browse files
chore(main): release bundle-size 1.1.0
1 parent 4294e19 commit cdeb274

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"build-plugin": "1.0.2",
3-
"bundle-size": "1.0.3",
3+
"bundle-size": "1.1.0",
44
"bundle-types": "1.0.2",
55
"create-plugin-update": "1.1.0",
66
"e2e-version": "1.1.2",

bundle-size/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.0.3...bundle-size/v1.1.0) (2025-10-30)
4+
5+
6+
### 🎉 Features
7+
8+
* **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))
9+
10+
11+
### 🔧 Chores
12+
13+
* **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))
14+
315
## [1.0.3](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.0.2...bundle-size/v1.0.3) (2025-10-21)
416

517

bundle-size/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4
4141

42-
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.3
42+
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.1.0
4343
```
4444
<!-- x-release-please-end-version -->
4545

0 commit comments

Comments
 (0)