Skip to content

Commit 5c7d8df

Browse files
committed
v2.1.6
1 parent fcd4f25 commit 5c7d8df

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.1.6
2+
3+
### Fixes
4+
5+
- Resolved deprecation warnings in the test suite by installing additional testing libraries:
6+
- Added `@testing-library/dom` version `^10.4.0`.
7+
- Added `@testing-library/react` version `^16.0.1`.
8+
19
## 2.1.5
210

311
### Dependency Updates

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

0 commit comments

Comments
 (0)