Skip to content

Commit 8fe75e6

Browse files
committed
v2.1.3
1 parent 88f06e4 commit 8fe75e6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## 2.1.2
214

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

0 commit comments

Comments
 (0)