We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c294be commit b5a2cdeCopy full SHA for b5a2cde
2 files changed
CHANGELOG.md
@@ -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
12
## 2.1.1
13
14
### Enhancements
package.json
@@ -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",
0 commit comments