Skip to content

Commit b93f30f

Browse files
committed
v2.1.4
1 parent 6086752 commit b93f30f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
## 2.1.3
213

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

0 commit comments

Comments
 (0)