Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
symbioquine committed May 7, 2024
1 parent f4ad249 commit 683423c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.3.0] - 2024-05-07

### Changed

- Allow custom stroke colors in `addLayer` method. #201
Expand Down Expand Up @@ -389,8 +391,9 @@ I _think_ that's just about everything. :slightly_smiling_face:

Initial commit.

[Unreleased]: https://github.com/farmOS/farmOS-map/compare/v2.2.2...HEAD
[v2.2.1]: https://github.com/farmOS/farmOS-map/compare/v2.2.1...v2.2.2
[Unreleased]: https://github.com/farmOS/farmOS-map/compare/v2.3.0...HEAD
[v2.3.0]: https://github.com/farmOS/farmOS-map/compare/v2.2.2...v2.3.0
[v2.2.2]: https://github.com/farmOS/farmOS-map/compare/v2.2.1...v2.2.2
[v2.2.1]: https://github.com/farmOS/farmOS-map/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/farmOS/farmOS-map/compare/v2.1.0...v2.2.0
[v2.1.0]: https://github.com/farmOS/farmOS-map/compare/v2.0.8...v2.1.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmos.org/farmos-map",
"version": "2.2.2",
"version": "2.3.0",
"description": "OpenLayers map used in farmOS.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 683423c

Please sign in to comment.