Skip to content

Commit

Permalink
0.7.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rob2d committed Oct 12, 2023
1 parent b3a076a commit 1ee36ff
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,7 +1,7 @@
{
"name": "use-viewport-sizes",
"version": "0.7.0",
"description": "a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce or custom memo function for updates for optimal rendering.",
"version": "0.7.1",
"description": "a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce, throttle or custom memo function for updates for optimal rendering.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 1ee36ff

Please sign in to comment.