diff --git a/package-lock.json b/package-lock.json index 2c1e531..c60bcfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hono-react-router-adapter", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hono-react-router-adapter", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "workspaces": [ "/", diff --git a/package.json b/package.json index 693f04f..4d9964d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hono-react-router-adapter", - "version": "0.6.1", + "version": "0.6.2", "type": "module", "scripts": { "test": "npm run test:e2e",