diff --git a/CHANGELOG.md b/CHANGELOG.md index baadb48..d9382b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/maxgfr/react-essentials-functions/compare/v1.0.1...v1.0.2) (2022-12-04) + + +### Bug Fixes + +* package.json ([d236041](https://github.com/maxgfr/react-essentials-functions/commit/d23604173460233e695252f94114355973e85084)) + ## [1.0.1](https://github.com/maxgfr/react-essentials-functions/compare/v1.0.0...v1.0.1) (2022-12-04) diff --git a/package.json b/package.json index 6572ecd..09adf5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-essentials-functions", - "version": "1.0.1", + "version": "1.0.2", "author": "maxgfr", "license": "MIT", "description": "A collection of zero-dependencies useful hooks and components for React",