diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1bbafd..e99af0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/gravity-ui/navigation/compare/v1.7.0...v1.8.0) (2023-12-08) + + +### Features + +* **AsideHeader:** add custom background ([#163](https://github.com/gravity-ui/navigation/issues/163)) ([f2226d9](https://github.com/gravity-ui/navigation/commit/f2226d96555ac4a42053693301d83c0b145e5bba)) + ## [1.7.0](https://github.com/gravity-ui/navigation/compare/v1.6.2...v1.7.0) (2023-11-27) diff --git a/package-lock.json b/package-lock.json index 61d4dd14..7728a4e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index b51d775d..2cbdefe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "1.7.0", + "version": "1.8.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {