diff --git a/CHANGELOG.md b/CHANGELOG.md index 327b972..bab9f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.0.1](https://github.com/Kingstinct/react/compare/v1.0.0...v1.0.1) (2023-03-26) + + +### Bug Fixes + +* add missing components to export ([11b8250](https://github.com/Kingstinct/react/commit/11b82502d27938c6dcf396d55ede02bb139911d4)) + # [1.0.0](https://github.com/Kingstinct/react/compare/v0.16.2...v1.0.0) (2023-03-26) diff --git a/package.json b/package.json index c2f5433..6f17550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kingstinct/react", - "version": "1.0.0", + "version": "1.0.1", "description": "Kingstinct Hooks Utility Library", "author": "Robert Herber", "license": "MIT",