diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aee113..4ef9629 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.5.0] - 2022-03-23 + +### Changed +- fix: autocomplete shouldn't have a tabindex on its' container, only the input ([#126](https://github.com/theopensystemslab/map/pull/126)) + ## [0.4.9] - 2022-03-23 ### Added diff --git a/package.json b/package.json index 14399c1..6487fe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.4.9", + "version": "0.5.0", "license": "OGL-UK-3.0", "private": false, "repository": {