diff --git a/CHANGELOG.md b/CHANGELOG.md index 886a8fa8..406c40d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/gravity-ui/navigation/compare/v0.17.0...v0.18.0) (2023-09-21) + + +### Features + +* **AsideHeader:** move openModalSubscriber prop to AsideHeader ([#103](https://github.com/gravity-ui/navigation/issues/103)) ([69ad527](https://github.com/gravity-ui/navigation/commit/69ad5278321e16c06331e3f166f47fbe8176049b)) + ## [0.17.0](https://github.com/gravity-ui/navigation/compare/v0.16.0...v0.17.0) (2023-09-08) diff --git a/package-lock.json b/package-lock.json index 88fe024d..b698e84c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f9665ee..f31b65da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.17.0", + "version": "0.18.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {