diff --git a/package.json b/package.json index 020f291..0837bd8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,10 @@ "start": "node dist/index.js", "clean": "rimraf dist", "typecheck": "tsc --noEmit", - "build": "tsc && chmod 755 dist/index.js" + "build": "tsc && chmod 755 dist/index.js", + "version:patch": "npm version patch", + "version:minor": "npm version minor", + "version:major": "npm version major" }, "keywords": [ "openapi",