From affbddb58a2d40c3bb4b9ad21f13e917ae12adde Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Dec 2022 13:46:43 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",