diff --git a/package-lock.json b/package-lock.json index 6d267f57..593e6ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-data-hooks", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "next-data-hooks", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "devDependencies": { "@babel/core": "7.16.0", diff --git a/package.json b/package.json index fbdad7b5..7de765de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-data-hooks", - "version": "0.5.0", + "version": "0.5.1", "description": "Use `getStaticProps` as react hooks", "private": true, "scripts": {