Skip to content

Commit

Permalink
project: Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch committed Jun 9, 2024
1 parent 6d6dff5 commit a5fe332
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a5fe332

Please sign in to comment.