diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7194e9..61b8e755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/gravity-ui/navigation/compare/v1.1.3...v1.2.0) (2023-11-03) + + +### Features + +* split AsideHeader to compound components ([#140](https://github.com/gravity-ui/navigation/issues/140)) ([1099f68](https://github.com/gravity-ui/navigation/commit/1099f6830b25ceb393e3a4b51d33f92bc5b16760)) + ## [1.1.3](https://github.com/gravity-ui/navigation/compare/v1.1.2...v1.1.3) (2023-10-24) diff --git a/package-lock.json b/package-lock.json index 0fe430f0..fe8c3e99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index d4bc5b59..aaba9996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "1.1.3", + "version": "1.2.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {