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