Skip to content

Commit 656d070

Browse files
authored
v0.5.4 (#137)
1 parent e175014 commit 656d070

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
## [0.5.4] - 2022-03-29
13+
14+
### Changed
15+
- fix: Ensure error container is always in DOM (autocomplete) ([#136](https://github.com/theopensystemslab/map/pull/136))
16+
1217
## [0.5.3] - 2022-03-28
13-
- fix: Re-enable `labelStyle` property ([#133](https://github.com/theopensystemslab/map/pull/130))
18+
19+
### Changed
20+
- fix: Re-enable `labelStyle` property ([#133](https://github.com/theopensystemslab/map/pull/133))
1421

1522
## [0.5.2] - 2022-03-28
1623

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"license": "OGL-UK-3.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)