diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2244a..57f8656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.0](https://github.com/gravity-ui/navigation/compare/v0.20.0...v0.21.0) (2023-09-27) + + +### Features + +* supported initial search in settings ([#112](https://github.com/gravity-ui/navigation/issues/112)) ([b858783](https://github.com/gravity-ui/navigation/commit/b858783fcced5df0339f279f4bb05a687270b5a1)) + ## [0.20.0](https://github.com/gravity-ui/navigation/compare/v0.19.0...v0.20.0) (2023-09-27) diff --git a/package-lock.json b/package-lock.json index dab81d5..1ae8c39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.20.0", + "version": "0.21.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a105e71..e824ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.20.0", + "version": "0.21.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {