diff --git a/CHANGELOG.md b/CHANGELOG.md index 5162664..8188722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.11.0](https://github.com/gravity-ui/navigation/compare/v2.10.0...v2.11.0) (2024-05-16) + + +### Features + +* **Footer:** add callback for footer more button click ([#239](https://github.com/gravity-ui/navigation/issues/239)) ([9fdf655](https://github.com/gravity-ui/navigation/commit/9fdf655c5741fd25ff25d0fa09ad63ab1cb7e257)) + ## [2.10.0](https://github.com/gravity-ui/navigation/compare/v2.9.1...v2.10.0) (2024-05-13) diff --git a/package-lock.json b/package-lock.json index 95effff..1560e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.10.0", + "version": "2.11.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index e3ba2e4..fffbb73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.10.0", + "version": "2.11.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {