Skip to content

Commit

Permalink
bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rob2d committed Apr 22, 2023
1 parent e3826e3 commit 7b5f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-viewport-sizes",
"version": "0.5.0-beta.1",
"version": "0.5.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.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 7b5f3b5

Please sign in to comment.