diff --git a/CHANGELOG.md b/CHANGELOG.md index c1176d3..433d08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/gravity-ui/navigation/compare/v1.4.1...v1.4.2) (2023-11-16) + + +### Bug Fixes + +* **Settings:** fixed the Settings/Selection imports in index.ts ([#152](https://github.com/gravity-ui/navigation/issues/152)) ([1d28fda](https://github.com/gravity-ui/navigation/commit/1d28fdad11c412a907d85dd32ee04eca5e1f2b93)) + ## [1.4.1](https://github.com/gravity-ui/navigation/compare/v1.4.0...v1.4.1) (2023-11-14) diff --git a/package-lock.json b/package-lock.json index d295f4b..f106c25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index f98438c..5f51330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/navigation", - "version": "1.4.1", + "version": "1.4.2", "description": "Gravity UI Navigation components", "license": "MIT", "repository": {