diff --git a/CHANGELOG.md b/CHANGELOG.md index b1afde9..baadb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/maxgfr/react-essentials-functions/compare/v1.0.0...v1.0.1) (2022-12-04) + + +### Bug Fixes + +* build ([2042c09](https://github.com/maxgfr/react-essentials-functions/commit/2042c096020b3b171d1e2002610e4f1e1d838abf)) + # 1.0.0 (2022-12-04) diff --git a/package.json b/package.json index 4f2edc6..d7c28ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-essentials-functions", - "version": "1.0.0", + "version": "1.0.1", "author": "maxgfr", "license": "MIT", "description": "A collection of zero-dependencies useful hooks and components for React",