diff --git a/CHANGELOG.md b/CHANGELOG.md index 3694a622..cf0e6079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/gravity-ui/navigation/compare/v2.0.0...v2.1.0) (2024-02-15) + + +### Features + +* **Logo:** export logo components ([#190](https://github.com/gravity-ui/navigation/issues/190)) ([f2dca3a](https://github.com/gravity-ui/navigation/commit/f2dca3aa2d531da9ffd26d96d773e88e14fe9c72)) + ## [2.0.0](https://github.com/gravity-ui/navigation/compare/v1.9.0...v2.0.0) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index e873e5d3..25d74398 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index 0540e40c..0ee59983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.0.0", + "version": "2.1.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {