diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c1df2..fac8741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.7](https://github.com/cinnyapp/folds/compare/v1.0.6...v1.0.7) (2023-04-12) + +### Bug Fixes + +- tooltip shows on item click ([#14](https://github.com/cinnyapp/folds/issues/14)) ([270f6de](https://github.com/cinnyapp/folds/commit/270f6de776daa07d0999d7e7880e3bff13cd8d0d)) + ## [1.0.6](https://github.com/cinnyapp/folds/compare/v1.0.5...v1.0.6) (2023-03-08) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 05984f1..222d7fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "folds", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "folds", - "version": "1.0.6", + "version": "1.0.7", "license": "Apache-2.0", "dependencies": { "@fontsource/inter": "^4.5.12", diff --git a/package.json b/package.json index 98f5c01..1ab1a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "folds", - "version": "1.0.6", + "version": "1.0.7", "author": "Ajay Bura (ajbura)", "license": "Apache-2.0", "main": "dist/index.js",