diff --git a/CHANGELOG.md b/CHANGELOG.md index 876c37f..832fa96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/gravity-ui/navigation/compare/v2.3.0...v2.3.1) (2024-03-04) + + +### Bug Fixes + +* **logo:** make logo independent of the aside state ([#205](https://github.com/gravity-ui/navigation/issues/205)) ([78e2f09](https://github.com/gravity-ui/navigation/commit/78e2f09b37f13fe6b1fd2ef514c0fb07d81e7631)) + ## [2.3.0](https://github.com/gravity-ui/navigation/compare/v2.2.0...v2.3.0) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 57f9d34..701f8a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index cf9769f..66e6de8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.3.0", + "version": "2.3.1", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {