diff --git a/package-lock.json b/package-lock.json index c068fc3..412bf89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "onfetch", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.5.0", + "version": "0.6.0", "license": "ISC", "devDependencies": { "@mswjs/interceptors": "^0.12.7", diff --git a/package.json b/package.json index 177036c..27c9e40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onfetch", - "version": "0.5.0", + "version": "0.6.0", "description": "Mock fetch() with native Request / Response API. Optionally, mock All with Service Worker", "types": "./build/index.d.ts", "main": "./build/index.js",