Skip to content

Commit b5a2cde

Browse files
committed
v2.1.2
1 parent 9c294be commit b5a2cde

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.1.2
2+
3+
### Dependency Updates
4+
5+
- Bump `ejs` from version `3.1.9` to `3.1.10` in the npm_and_yarn group.
6+
- Bump `@typescript-eslint/parser` from version `7.7.1` to `7.8.0`.
7+
- Bump `eslint-plugin-react-hooks` from version `4.6.0` to `4.6.2`.
8+
- Bump `@typescript-eslint/eslint-plugin` from version `7.7.1` to `7.8.0`.
9+
- Updates `react` from version `18.2.0` to `18.3.1`.
10+
- Updates `@types/react` from version `18.2.79` to `18.3.1`.
11+
112
## 2.1.1
213

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

0 commit comments

Comments
 (0)