diff --git a/CHANGELOG.md b/CHANGELOG.md index edee330..8e368aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.0](https://github.com/gravity-ui/navigation/compare/v0.18.1...v0.19.0) (2023-09-26) + + +### Features + +* added exports for settings props ([#107](https://github.com/gravity-ui/navigation/issues/107)) ([a3fc62f](https://github.com/gravity-ui/navigation/commit/a3fc62f80fae51e3bc52103857706a583b5f8e6a)) + ## [0.18.1](https://github.com/gravity-ui/navigation/compare/v0.18.0...v0.18.1) (2023-09-22) diff --git a/package-lock.json b/package-lock.json index 8fc67b2..0c5903e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.18.1", + "version": "0.19.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c312861..72584e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "0.18.1", + "version": "0.19.0", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {