diff --git a/CHANGELOG.md b/CHANGELOG.md index 2513976..8655787 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.6.0] - 2022-10-10 + +### Added +- feat: `showNorthArrow` boolean prop will show a static North arrow icon in the upper right of the map for official reference ([#198]https://github.com/theopensystemslab/map/pull/198) + ### [0.5.9] - 2022-08-26 ### Changed diff --git a/package.json b/package.json index 9cdd8fe..f720d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.5.9", + "version": "0.6.0", "license": "OGL-UK-3.0", "private": false, "repository": {