diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e45f60..4d64d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/krshkun/kresco/compare/v1.1.2...v1.1.3) (2023-02-24) + + +### Bug Fixes + +* issue in positioning of submenu ([2371a73](https://github.com/krshkun/kresco/commit/2371a7351ac1d819b8029da8b7bf631618b7e362)) + ## [1.1.2](https://github.com/krshkun/kresco/compare/v1.1.1...v1.1.2) (2023-02-24) diff --git a/package.json b/package.json index a7461de..6aca40d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kresco", - "version": "1.1.2", + "version": "1.1.3", "main": "lib/src/index.js", "module": "esm/src/index.js", "types": "types/src/index.d.ts",