diff --git a/package-lock.json b/package-lock.json index 2af41be..3ccfc2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/core", - "version": "0.16.4", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@curveball/core", - "version": "0.16.4", + "version": "0.17.0", "license": "MIT", "dependencies": { "@curveball/http-errors": "^0.4.0", diff --git a/package.json b/package.json index 303441b..eb836ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/core", - "version": "0.16.4", + "version": "0.17.0", "description": "Curveball is a framework writting in Typescript for Node.js", "main": "dist/index.js", "scripts": {