Skip to content

Commit

Permalink
feat: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed Jan 27, 2023
1 parent c937b57 commit ac3259d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrcaidev/hooks",
"version": "0.7.0",
"version": "0.8.0",
"description": "React utility hooks",
"keywords": [
"react",
Expand All @@ -21,7 +21,7 @@
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit ac3259d

Please sign in to comment.