From 61c336eb4a8a2e94aa0bd5e667a0e0fefe42bd3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Jan 2023 03:04:55 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/aorumbayev/awesomealgo-hooks/compare/v1.0.0...v1.0.1) (2023-01-10) ### Bug Fixes * bumping changes ([#5](https://github.com/aorumbayev/awesomealgo-hooks/issues/5)) ([afa0f7d](https://github.com/aorumbayev/awesomealgo-hooks/commit/afa0f7dd5ccd411f491cbe0e750cfbc58275091b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d122b..ded662b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/aorumbayev/awesomealgo-hooks/compare/v1.0.0...v1.0.1) (2023-01-10) + + +### Bug Fixes + +* bumping changes ([#5](https://github.com/aorumbayev/awesomealgo-hooks/issues/5)) ([afa0f7d](https://github.com/aorumbayev/awesomealgo-hooks/commit/afa0f7dd5ccd411f491cbe0e750cfbc58275091b)) + # 1.0.0 (2023-01-10) diff --git a/package.json b/package.json index f2470c6..708e7c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awesomealgo-hooks", - "version": "1.0.0", + "version": "1.0.1", "description": "Collection of React Hooks for Algorand DApps", "main": "lib/index.js", "module": "esm/index.js",