Skip to content

Commit

Permalink
chore(version): update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Dec 11, 2024
1 parent 512e82a commit 00eeeac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-mutative",
"version": "1.1.8",
"version": "1.2.0",
"description": "A hook to use Mutative as a React hook to efficient update react state immutable with mutable way",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -92,6 +92,7 @@
}
},
"peerDependencies": {
"@types/react": "^16.8 || 18.0 || ^17.0 || ^19.0",
"mutative": "^1.0",
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0"
}
Expand Down

0 comments on commit 00eeeac

Please sign in to comment.