We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f06e4 commit 8fe75e6Copy full SHA for 8fe75e6
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 2.1.3
2
+
3
+### Dependency Updates
4
5
+- Updated `react-dom` from `18.2.0` to `18.3.1`.
6
+- Updated `@types/react-dom` from `18.2.25` to `18.3.0`.
7
+- Updated `@typescript-eslint/parser` from `7.8.0` to `7.12.0`.
8
+- Updated `@types/react` from `18.3.1` to `18.3.3`.
9
+- Updated `@typescript-eslint/eslint-plugin` from `7.8.0` to `7.12.0`.
10
+- Updated `ts-jest` from `29.1.2` to `29.1.4`.
11
+- Updated `prettier` from `3.2.5` to `3.3.0`.
12
13
## 2.1.2
14
15
### Dependency Updates
package.json
@@ -1,6 +1,6 @@
{
"name": "use-text-analyzer",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "A React hook for analyzing text.",
"source": "src/index.ts",
"main": "dist/index.js",
0 commit comments