Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Invulner committed Jun 7, 2024
1 parent 88f06e4 commit 8fe75e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.1.3

### Dependency Updates

- Updated `react-dom` from `18.2.0` to `18.3.1`.
- Updated `@types/react-dom` from `18.2.25` to `18.3.0`.
- Updated `@typescript-eslint/parser` from `7.8.0` to `7.12.0`.
- Updated `@types/react` from `18.3.1` to `18.3.3`.
- Updated `@typescript-eslint/eslint-plugin` from `7.8.0` to `7.12.0`.
- Updated `ts-jest` from `29.1.2` to `29.1.4`.
- Updated `prettier` from `3.2.5` to `3.3.0`.

## 2.1.2

### Dependency Updates
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.2",
"version": "2.1.3",
"description": "A React hook for analyzing text.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 8fe75e6

Please sign in to comment.