Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Invulner committed May 3, 2024
1 parent 9c294be commit b5a2cde
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.2

### Dependency Updates

- Bump `ejs` from version `3.1.9` to `3.1.10` in the npm_and_yarn group.
- Bump `@typescript-eslint/parser` from version `7.7.1` to `7.8.0`.
- Bump `eslint-plugin-react-hooks` from version `4.6.0` to `4.6.2`.
- Bump `@typescript-eslint/eslint-plugin` from version `7.7.1` to `7.8.0`.
- Updates `react` from version `18.2.0` to `18.3.1`.
- Updates `@types/react` from version `18.2.79` to `18.3.1`.

## 2.1.1

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

0 comments on commit b5a2cde

Please sign in to comment.