Skip to content

Commit 48b08b6

Browse files
committed
v2.0.1
1 parent 5d67a13 commit 48b08b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.1
2+
3+
### Fixes
4+
5+
- process cases when `wordsPerMinute` is a string
6+
17
## 2.0.0
28

39
### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-text-analyzer",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A React hook for analyzing text.",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)