diff --git a/package-lock.json b/package-lock.json index 0d233cc..4eb5f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-turo/semantic-release-config", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-turo/semantic-release-config", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "@aensley/semantic-release-openapi": "^1.1.8", diff --git a/package.json b/package.json index 4f76dd4..c2f2c5d 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,5 @@ "watch": "clean && tsc-watch -w -p ./tsconfig.build.json --compiler ./node_modules/.bin/tspc" }, "types": "lib/index.d.ts", - "version": "8.0.0" + "version": "8.0.1" }