Skip to content

Commit 4188696

Browse files
committed
v2.1.5
1 parent 998a760 commit 4188696

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.1.5
2+
3+
### Dependency Updates
4+
5+
- Updated `@types/react` from `18.3.3` to `18.3.10`.
6+
- Updated `eslint-plugin-prettier` from `5.1.3` to `5.2.1`.
7+
- Updated `husky` from `9.1.4` to `9.1.6`.
8+
- Updated `ts-jest` from `29.2.3` to `29.2.5`.
9+
- Updated `typescript` from `5.5.3` to `5.6.2`.
10+
111
## 2.1.4
212

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

0 commit comments

Comments
 (0)