Skip to content

Commit

Permalink
bump package.json & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Dec 13, 2023
1 parent 5bf230b commit d378956
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.7.8] - 2023-12-13

### Changed
- fix: now displays vertices for polygons as well as multipolygons that are passed into `drawGeojsonData` prop ([#417](https://github.com/theopensystemslab/map/pull/417))

### [0.7.7] - 2023-09-01

### 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.7",
"version": "0.7.8",
"license": "MPL-2.0",
"private": false,
"repository": {
Expand Down

0 comments on commit d378956

Please sign in to comment.