Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build-plugin": "1.2.0",
"bundle-size": "1.1.0",
"bundle-size": "1.1.1",
"bundle-types": "1.0.3",
"create-plugin-update": "2.0.2",
"e2e-version": "2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions bundle-size/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.1](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.1.0...bundle-size/v1.1.1) (2026-05-29)


### 📝 Documentation

* **bundle-size:** harden permisions in readme example ([d038198](https://github.com/grafana/plugin-actions/commit/d03819869ff83790bb6549d1b917cff7bb7278ae))


### 🔧 Chores

* harden permisions in bundle-stats readme example ([#221](https://github.com/grafana/plugin-actions/issues/221)) ([d038198](https://github.com/grafana/plugin-actions/commit/d03819869ff83790bb6549d1b917cff7bb7278ae))

## [1.1.0](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.0.3...bundle-size/v1.1.0) (2025-11-13)


Expand Down
2 changes: 1 addition & 1 deletion bundle-size/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.1.0
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.1.1
```
<!-- x-release-please-end-version -->

Expand Down
Loading