From 7b5f3b5fb67246131289ce6f5bab72daa5c769d5 Mon Sep 17 00:00:00 2001 From: Robert Concepcion III Date: Sat, 22 Apr 2023 02:37:30 -0400 Subject: [PATCH] bump to 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b13afea..a8df84b 100644 --- a/package.json +++ b/package.json @@ -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",