From b7e6b5fc3216ce0dbed158677d708f2aa07f3b2d Mon Sep 17 00:00:00 2001 From: "grafana-plugins-platform-bot[bot]" <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:17:59 +0000 Subject: [PATCH] chore(main): release plugin-validator 0.44.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c0d9662..2911cca1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.44.1", + ".": "0.44.2", "mcp-package": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa90904..6069f1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.2](https://github.com/grafana/plugin-validator/compare/plugin-validator/v0.44.1...plugin-validator/v0.44.2) (2026-07-10) + + +### 🤖 Continuous Integrations + +* run the full test suite on pull requests ([#628](https://github.com/grafana/plugin-validator/issues/628)) ([503efa8](https://github.com/grafana/plugin-validator/commit/503efa8fdf57e4c9ed1a8678d43cc0669f78618c)) + ## [0.44.1](https://github.com/grafana/plugin-validator/compare/plugin-validator/v0.44.0...plugin-validator/v0.44.1) (2026-06-30) diff --git a/package-lock.json b/package-lock.json index 5e5287f7..e91c0692 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@grafana/plugin-validator", - "version": "0.44.1", + "version": "0.44.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@grafana/plugin-validator", - "version": "0.44.1", + "version": "0.44.2", "license": "Apache-2.0", "dependencies": { "tar": "7.5.16" diff --git a/package.json b/package.json index 94270678..c87c40e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/plugin-validator", - "version": "0.44.1", + "version": "0.44.2", "description": "Grafana Plugin Validator", "main": "index.js", "repository": {