diff --git a/CHANGELOG.md b/CHANGELOG.md index 70927f09..13206778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.16.0](https://github.com/gravity-ui/navigation/compare/v2.15.3...v2.16.0) (2024-06-27) + + +### Features + +* **Drawer:** Add docs and children property ([#258](https://github.com/gravity-ui/navigation/issues/258)) ([7af75f3](https://github.com/gravity-ui/navigation/commit/7af75f3e35f70c90c4dd745e56b81cf1ecc72fb6)) + ## [2.15.3](https://github.com/gravity-ui/navigation/compare/v2.15.2...v2.15.3) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index b3d22e5e..99e0d1b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/navigation", - "version": "2.15.3", + "version": "2.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/navigation", - "version": "2.15.3", + "version": "2.16.0", "license": "MIT", "dependencies": { "react-transition-group": "^4.4.1", diff --git a/package.json b/package.json index e5d71cbe..85ed7949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "2.15.3", + "version": "2.16.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {