diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c085f..72a5212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.23.1](https://github.com/gravity-ui/navigation/compare/v0.23.0...v0.23.1) (2023-10-06) + + +### Bug Fixes + +* **Settings:** not-found state styles for mobile ([#126](https://github.com/gravity-ui/navigation/issues/126)) ([75d354b](https://github.com/gravity-ui/navigation/commit/75d354b20a9b50fdff6ff0ecfc1e7a236d5df837)) + ## [0.23.0](https://github.com/gravity-ui/navigation/compare/v0.22.2...v0.23.0) (2023-10-05) diff --git a/package-lock.json b/package-lock.json index 1c108b5..9ce78dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.23.0", + "version": "0.23.1", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index 0b23328..726287d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.23.0", + "version": "0.23.1", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {