Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SBTopZZZ-LG committed Nov 17, 2023
1 parent 548a4ef commit 370022f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-latest-state",
"version": "1.0.4",
"version": "1.0.5",
"description": "A lightweight React package that enhances the reliability of state values within functional components. By utilizing useRef under the hood, useLatestState ensures that you always access the latest state value, eliminating common pitfalls when working with state inside functions. Simplify your React development with this straightforward solution.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -48,4 +48,4 @@
"react": "^18.2.0",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 370022f

Please sign in to comment.