diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cf21f4..d8b75e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,18 @@ 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.1.0](https://github.com/alan-wu/map-sidebar/compare/v2.0.1...v2.1.0) +## [v2.2.0](https://github.com/alan-wu/map-sidebar/compare/v2.1.0...v2.2.0) + +### Merged + +- Hover dataset callback [`#71`](https://github.com/alan-wu/map-sidebar/pull/71) + +### Commits + +- add hover-changed callback to return anatomy [`d8e94bf`](https://github.com/alan-wu/map-sidebar/commit/d8e94bffa9d3a64c60b0aa46ff3a8e3ae53fe407) +- add comment [`4921885`](https://github.com/alan-wu/map-sidebar/commit/49218855f4af815af068f9bab976231cd2ca31b1) + +## [v2.1.0](https://github.com/alan-wu/map-sidebar/compare/v2.0.1...v2.1.0) - 2024-05-10 ### Merged diff --git a/package-lock.json b/package-lock.json index a85b0046..9c199c94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/map-side-bar", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.1.0", + "version": "2.2.0", "dependencies": { "@abi-software/gallery": "^1.1.0", "@abi-software/svg-sprite": "^1.0.0", diff --git a/package.json b/package.json index d04e2403..bc8305c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.1.0", + "version": "2.2.0", "files": [ "dist/*", "src/*",