diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d1451..9245d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 2.0.1 ( July 17th, 2024) + +**Bug:** +When character is set to a single character a random character will display after animation because revealTime divides by 0 and is NaN - thanks @zhaogeorge3 + ## 2.0.0 ( December 8th, 2021) **New features:** diff --git a/package.json b/package.json index bc2c9cc..e0b09ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-random-reveal", - "version": "2.0.0", + "version": "2.0.1", "description": "React component/hook to add a little thrill before revealing the truth via random character animation", "main": "./lib/index.js", "module": "./lib/index.module.js",