From 430dbb24e6736281ecf366cac3623be0fd3b8f6c Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Sat, 8 Jun 2024 17:36:22 +0200 Subject: [PATCH] project: Release 0.3.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4453518..deea23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2024-06-08 + +### Fixed + +- Compatibility with Grafana 11.0. + ## [0.3.0] - 2022-11-11 ### Fixed @@ -102,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial version with sun and moon calculation and annotations. -[Unreleased]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.1.6...v0.2.0 diff --git a/package.json b/package.json index 7e49c1f..7f9a448 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sunandmoon-datasource", "private": true, - "version": "0.3.0", + "version": "0.3.1", "description": "Calculates position of Sun and Moon.", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",