diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9a7ea..d0b56a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ 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.5.6] - 2022-07-05 + +### Added +- feat: `showMarker` property added to display a point on the map (defaults to latitude & longitude used to center the map, custom coordinates can be provided using `markerLatitude`, `markerLongitude`) ([#159](https://github.com/theopensystemslab/map/pull/159)) + +### Changed +- fix: Ability to remove border style using boolean property `featureBorderNone` when in `showFeaturesAtPoint` mode ([#159](https://github.com/theopensystemslab/map/pull/159)) + ### [0.5.5] - 2022-05-09 ### Changed diff --git a/package.json b/package.json index fa4613b..e37c998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.5.5", + "version": "0.5.6", "license": "OGL-UK-3.0", "private": false, "repository": {