Skip to content

Commit 40f1f7d

Browse files
github-actions[bot]hbollon
authored andcommitted
chore(master): release 2.2.0 (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1ed9a5 commit 40f1f7d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.github/release-please/.release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"release-type": "node"
1313
}
1414
},
15-
"skip-github-release": true
15+
"skip-github-release": false,
16+
"draft": true
1617
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.2.0](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v2.1.0...v2.2.0) (2025-07-01)
8+
9+
10+
### Features
11+
12+
* update grafana plugin tools and support grafana 12 ([6fa4b7d](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/6fa4b7d4bb8d9a655283742f78324d1a92773f48))
13+
* upgrade to node 22 and update dependencies ([150db9c](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/150db9c15c50c8f9ff6797ed6934334e038d9ca3))
14+
715
## [2.1.0](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v2.0.1...v2.1.0) (2024-09-27)
816

917

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camptocamp-prometheus-alertmanager-datasource",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
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)