diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c1184..8745b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d1c14ee..3655f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.7.7", + "version": "0.7.8", "license": "MPL-2.0", "private": false, "repository": {