diff --git a/package.json b/package.json index e0954db..43ac536 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-profile-stats", "private": true, - "version": "0.0.1", + "version": "0.0.3", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", @@ -12,7 +12,10 @@ "typescript": "^5.3.3" }, "scripts": { - "build": "tsc && ncc build lib/index.js" + "build": "tsc && ncc build lib/index.js", + "patch": "yarn version --patch", + "minor": "yarn version --minor", + "major": "yarn version --major" }, "type": "module", "devDependencies": {