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",