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 fcd4f25 commit 5c7d8dfCopy full SHA for 5c7d8df
CHANGELOG.md
@@ -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
9
## 2.1.5
10
11
### Dependency Updates
package.json
@@ -1,6 +1,6 @@
{
"name": "use-text-analyzer",
- "version": "2.1.5",
+ "version": "2.1.6",
"description": "A React hook for analyzing text.",
"source": "src/index.ts",
"main": "dist/index.js",
0 commit comments