diff --git a/CHANGELOG.md b/CHANGELOG.md index 832fa966..2b1ca17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/gravity-ui/navigation/compare/v2.3.1...v2.4.0) (2024-03-12) + + +### Features + +* **Footer:** add footer components ([#207](https://github.com/gravity-ui/navigation/issues/207)) ([773d039](https://github.com/gravity-ui/navigation/commit/773d039f2472136f582c42923351454fb35e9b86)) + ## [2.3.1](https://github.com/gravity-ui/navigation/compare/v2.3.0...v2.3.1) (2024-03-04) diff --git a/package-lock.json b/package-lock.json index 701f8a0f..95e1a439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.3.1", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.3.1", + "version": "2.4.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index 66e6de86..01ddab5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.3.1", + "version": "2.4.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {