From fbd031535e5d21f43534572d6a758c3b3fb463ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:14:10 +0000 Subject: [PATCH] chore(master): release 2.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e8b2f..b109855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v2.0.0...v2.0.1) (2024-07-25) + + +### Bug Fixes + +* update dependencies to fix CVEs ([1694ee8](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/1694ee85814f94ca8ea7877b50b38a4c6dc0d60f)) + + +### Miscellaneous Changes + +* migrate from grafana/e2e to grafana/plugin-e2e ([1bc1dc7](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/1bc1dc7eb7d0e0e5f570371ee68935cc3650ae3b)) + ## [2.0.0](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v1.2.1...v2.0.0) (2023-11-06) diff --git a/package.json b/package.json index 782d94a..e286928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camptocamp-prometheus-alertmanager-datasource", - "version": "2.0.0", + "version": "2.0.1", "description": "Grafana datasource for the prometheus alertmanager", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",