We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d67a13 commit 48b08b6Copy full SHA for 48b08b6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.0.1
2
+
3
+### Fixes
4
5
+- process cases when `wordsPerMinute` is a string
6
7
## 2.0.0
8
9
### Breaking Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "use-text-analyzer",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "A React hook for analyzing text.",
"source": "src/index.ts",
"main": "dist/index.js",
0 commit comments