Skip to content

Commit

Permalink
bump package json and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jan 25, 2024
1 parent ca25280 commit 2d49628
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The minor version will be incremented upon a breaking change and the patch version will be
incremented for features.

### [0.8.0] - 2024-01-25

### Breaking
- feat: adds new boolean prop `showGeojsonDataMarkers` to display point features passed via the `geojsonData` prop; renames existing `showMarker` boolean prop to `showCentreMarker` for clarity ([#429](https://github.com/theopensystemslab/map/pull/429))

### [0.7.9] - 2024-01-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensystemslab/map",
"version": "0.7.9",
"version": "0.8.0",
"license": "MPL-2.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 2d49628

Please sign in to comment.