Skip to content

Commit fbd0315

Browse files
github-actions[bot]hbollon
authored andcommitted
chore(master): release 2.0.1
1 parent 1bc1dc7 commit fbd0315

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v2.0.0...v2.0.1) (2024-07-25)
8+
9+
10+
### Bug Fixes
11+
12+
* update dependencies to fix CVEs ([1694ee8](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/1694ee85814f94ca8ea7877b50b38a4c6dc0d60f))
13+
14+
15+
### Miscellaneous Changes
16+
17+
* migrate from grafana/e2e to grafana/plugin-e2e ([1bc1dc7](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/1bc1dc7eb7d0e0e5f570371ee68935cc3650ae3b))
18+
719
## [2.0.0](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v1.2.1...v2.0.0) (2023-11-06)
820

921

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camptocamp-prometheus-alertmanager-datasource",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Grafana datasource for the prometheus alertmanager",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)