Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Invulner committed Apr 24, 2024
1 parent 7e58dcd commit bc7361b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.1.1

### Enhancements

- **Optimizations:** Enhanced the performance of the `useTextAnalyzer` hook by wrapping several calculations in `useMemo` to avoid unnecessary re-computations.

### Documentation

- Updated README to clarify features.

### Dependency Updates

- Updated `@typescript-eslint/eslint-plugin` from `7.7.0` to `7.7.1`.
- Updated `@typescript-eslint/parser` from `7.7.0` to `7.7.1`.

## 2.1.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-text-analyzer",
"version": "2.1.0",
"version": "2.1.1",
"description": "A React hook for analyzing text.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit bc7361b

Please sign in to comment.