diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e52866..2c7bc02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.4.0](https://github.com/alan-wu/map-sidebar/compare/v2.3.1...v2.4.0) +## [v2.4.1](https://github.com/alan-wu/map-sidebar/compare/v2.4.0...v2.4.1) + +### Merged + +- Features alert in connectivity title [`#84`](https://github.com/alan-wu/map-sidebar/pull/84) + +### Commits + +- Update alert placement in connectivity info [`1bdd362`](https://github.com/alan-wu/map-sidebar/commit/1bdd36279a237b3fbdb4ec69353c6fc0cef897bf) +- Alert beside connectivity title [`51a8e25`](https://github.com/alan-wu/map-sidebar/commit/51a8e25131b233aeb0f862fa7294cc0b3dad69c9) +- Fix missing features alert [`0c88e2a`](https://github.com/alan-wu/map-sidebar/commit/0c88e2a2395f7775e6e2c47962a65dd7e892d935) + +## [v2.4.0](https://github.com/alan-wu/map-sidebar/compare/v2.3.1...v2.4.0) - 2024-08-15 ### Merged diff --git a/package-lock.json b/package-lock.json index a3c1179..5664395 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/map-side-bar", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.4.0", + "version": "2.4.1", "dependencies": { "@abi-software/gallery": "^1.1.1", "@abi-software/map-utilities": "^1.1.0", diff --git a/package.json b/package.json index 9e9143c..8b175b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.4.0", + "version": "2.4.1", "files": [ "dist/*", "src/*",