Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 6, 2023
1 parent 785c40a commit 41b8fad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,17 @@ 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.0](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v1.2.1...v2.0.0) (2023-11-06)


### ⚠ BREAKING CHANGES

* rewrite plugin using React plugin framework ([#149](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/149))

### Features

* rewrite plugin using React plugin framework ([#149](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/issues/149)) ([bfcf278](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/commit/bfcf278634ce98108325c31379a9ff03df440151))

## [1.2.1](https://github.com/camptocamp/grafana-prometheus-alertmanager-datasource/compare/v1.2.0...v1.2.1) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "camptocamp-prometheus-alertmanager-datasource",
"version": "1.0.0",
"version": "2.0.0",
"description": "Grafana datasource for the prometheus alertmanager",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 41b8fad

Please sign in to comment.