Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Invulner committed Aug 3, 2024
1 parent 6086752 commit b93f30f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.1.4

### Dependency Updates

- Updated `husky` from `9.0.11` to `9.1.4`.
- Updated `prettier` from `3.3.0` to `3.3.3`.
- Updated `@typescript-eslint/parser` from `7.12.0` to `7.18.0`.
- Updated `@typescript-eslint/eslint-plugin` from `7.12.0` to `7.18.0`.
- Updated `ts-jest` from `29.1.4` to `29.2.3`.
- Updated `typescript` from `5.4.5` to `5.5.3`.

## 2.1.3

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

0 comments on commit b93f30f

Please sign in to comment.