diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef9629..2dce9df 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.1] - 2022-03-24 + +### Added +- feat: `arrowStyle` property added to autocomplete ([#128](https://github.com/theopensystemslab/map/pull/128)) + +### Changed +- fix: Improve style of autocomplete ([#128](https://github.com/theopensystemslab/map/pull/128)) + ## [0.5.0] - 2022-03-23 ### Changed diff --git a/package.json b/package.json index 6487fe4..f643b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.5.0", + "version": "0.5.1", "license": "OGL-UK-3.0", "private": false, "repository": {