diff --git a/package-lock.json b/package-lock.json index ede32355..ee909bfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-hotkeys-hook", - "version": "4.3.8", + "version": "4.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-hotkeys-hook", - "version": "4.3.8", + "version": "4.4.0", "license": "MIT", "devDependencies": { "@babel/core": "7.21.4", diff --git a/package.json b/package.json index f2986cea..b2389bf1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-hotkeys-hook", "description": "React hook for handling keyboard shortcuts", - "version": "4.3.8", + "version": "4.4.0", "repository": "https://JohannesKlauss@github.com/JohannesKlauss/react-keymap-hook.git", "homepage": "https://johannesklauss.github.io/react-hotkeys-hook/", "author": "Johannes Klauss",