Skip to content

Commit bc7361b

Browse files
committed
v2.1.1
1 parent 7e58dcd commit bc7361b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.1.1
2+
3+
### Enhancements
4+
5+
- **Optimizations:** Enhanced the performance of the `useTextAnalyzer` hook by wrapping several calculations in `useMemo` to avoid unnecessary re-computations.
6+
7+
### Documentation
8+
9+
- Updated README to clarify features.
10+
11+
### Dependency Updates
12+
13+
- Updated `@typescript-eslint/eslint-plugin` from `7.7.0` to `7.7.1`.
14+
- Updated `@typescript-eslint/parser` from `7.7.0` to `7.7.1`.
15+
116
## 2.1.0
217

318
### Enhancements

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

0 commit comments

Comments
 (0)