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 94e283e commit c2a8ccbCopy full SHA for c2a8ccb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.15
2
+
3
+- fix word splitter to count contractions like "don't" as one word.
4
5
## 1.1.14
6
7
- store default value for reading speed in constants
package.json
@@ -1,6 +1,6 @@
{
"name": "use-text-analyzer",
- "version": "1.1.14",
+ "version": "1.1.15",
"description": "A React hook for analyzing text.",
"source": "src/index.ts",
"main": "dist/index.js",
0 commit comments