diff --git a/package-lock.json b/package-lock.json index d022bff..3058da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/core", - "version": "0.18.0-alpha.0", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@curveball/core", - "version": "0.18.0-alpha.0", + "version": "0.18.0", "license": "MIT", "dependencies": { "@curveball/http-errors": "^0.4.0", diff --git a/package.json b/package.json index d017be1..cef1f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/core", - "version": "0.18.0-alpha.0", + "version": "0.18.0", "description": "Curveball is a framework writting in Typescript for Node.js", "main": "dist/index.js", "scripts": {