diff --git a/package-lock.json b/package-lock.json index 079e566..4c1365d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tomerfi/version-bumper", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tomerfi/version-bumper", - "version": "4.0.2", + "version": "4.0.3", "license": "ISC", "dependencies": { "conventional-changelog-conventionalcommits": "^8.0.0", diff --git a/package.json b/package.json index fb185e3..5cdf875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tomerfi/version-bumper", - "version": "4.0.2", + "version": "4.0.3", "description": "A Node.js executable package determining semantic version bumps based on the conventional commits spec.", "homepage": "https://github.com/TomerFi/version-bumper#readme", "license": "ISC",