From c032280887bb2068febb11c8dd39e2a05ca46c5e Mon Sep 17 00:00:00 2001 From: Pyroscope Bot <80013495+pyroscopebot@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:16:04 -0700 Subject: [PATCH] chore(main): release 1.4.2 (#11) :robot: I have created a release *beep* *boop* --- ## [1.4.2](https://github.com/pyroscope-io/grafana-panel-plugin/compare/v1.4.1...v1.4.2) (2023-03-16) ### Bug Fixes * don't crash when an invalid `flamebearer` is passed ([#10](https://github.com/pyroscope-io/grafana-panel-plugin/issues/10)) ([310f67b](https://github.com/pyroscope-io/grafana-panel-plugin/commit/310f67bac484d47c4cf9f741c24e9ca43a6040c2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3ccf8..7f9fed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/pyroscope-io/grafana-panel-plugin/compare/v1.4.1...v1.4.2) (2023-03-16) + + +### Bug Fixes + +* don't crash when an invalid `flamebearer` is passed ([#10](https://github.com/pyroscope-io/grafana-panel-plugin/issues/10)) ([310f67b](https://github.com/pyroscope-io/grafana-panel-plugin/commit/310f67bac484d47c4cf9f741c24e9ca43a6040c2)) + ## [1.4.1] (2022-11-14) * support template variables diff --git a/package.json b/package.json index 2727aab..89406fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyroscope-pyroscope-grafana", - "version": "1.4.1", + "version": "1.4.2", "description": "Pyroscope panel plugin for grafana", "scripts": { "cy:open": "cypress open",