diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e368aa..dd2244a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0](https://github.com/gravity-ui/navigation/compare/v0.19.0...v0.20.0) (2023-09-27) + + +### Features + +* added right adornments for settings items ([#110](https://github.com/gravity-ui/navigation/issues/110)) ([fe14e64](https://github.com/gravity-ui/navigation/commit/fe14e64f7423df8f12d881c7347d51c5d0469aff)) + ## [0.19.0](https://github.com/gravity-ui/navigation/compare/v0.18.1...v0.19.0) (2023-09-26) diff --git a/package-lock.json b/package-lock.json index 0c5903e..dab81d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72584e9..a105e71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.19.0", + "version": "0.20.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {