Skip to content

Commit

Permalink
Release 2.0.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Jul 17, 2024
1 parent 6329a8a commit 9657d4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9657d4f

Please sign in to comment.