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 6086752 commit b93f30fCopy full SHA for b93f30f
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 2.1.4
2
+
3
+### Dependency Updates
4
5
+- Updated `husky` from `9.0.11` to `9.1.4`.
6
+- Updated `prettier` from `3.3.0` to `3.3.3`.
7
+- Updated `@typescript-eslint/parser` from `7.12.0` to `7.18.0`.
8
+- Updated `@typescript-eslint/eslint-plugin` from `7.12.0` to `7.18.0`.
9
+- Updated `ts-jest` from `29.1.4` to `29.2.3`.
10
+- Updated `typescript` from `5.4.5` to `5.5.3`.
11
12
## 2.1.3
13
14
### Dependency Updates
package.json
@@ -1,6 +1,6 @@
{
"name": "use-text-analyzer",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "A React hook for analyzing text.",
"source": "src/index.ts",
"main": "dist/index.js",
0 commit comments