diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbda7e..e3b9868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.10.2](https://github.com/Kingstinct/react/compare/v0.10.1...v0.10.2) (2022-08-26) + + +### Bug Fixes + +* textColor on snackbar ([44ef37c](https://github.com/Kingstinct/react/commit/44ef37c854220242b3da857cfc9b74d8e383a558)) + ## [0.10.1](https://github.com/Kingstinct/react/compare/v0.10.0...v0.10.1) (2022-08-26) diff --git a/package.json b/package.json index 36aff39..9bbf2c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kingstinct/react", - "version": "0.10.1", + "version": "0.10.2", "description": "Kingstinct Hooks Utility Library", "author": "Robert Herber", "license": "MIT",