From 0ba6c837af5e34581733d9a463f3c0ce83e4f3b5 Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Sun, 9 Jun 2024 09:56:08 +0200 Subject: [PATCH] project: Release 0.3.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deea23a..8fc11b8 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.2] - 2024-06-09 + +### Added + +- Provide maximum sun altitude value. + ## [0.3.1] - 2024-06-08 ### Fixed @@ -108,7 +114,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.3.1...HEAD +[Unreleased]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/fetzerch/grafana-sunandmoon-datasource/compare/v0.3.1...v0.3.2 [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 diff --git a/package.json b/package.json index ed9ca98..510c362 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sunandmoon-datasource", "private": true, - "version": "0.3.1", + "version": "0.3.2", "description": "Calculates position of Sun and Moon.", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",