Skip to content

Commit c2a8ccb

Browse files
committed
v1.1.15
1 parent 94e283e commit c2a8ccb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.15
2+
3+
- fix word splitter to count contractions like "don't" as one word.
4+
15
## 1.1.14
26

37
- store default value for reading speed in constants

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": "1.1.14",
3+
"version": "1.1.15",
44
"description": "A React hook for analyzing text.",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)