diff --git a/package-lock.json b/package-lock.json index 0172577..f0532df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "extract-package-version", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "extract-package-version", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index ddb6875..3f30494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-package-version", - "version": "1.2.0", + "version": "1.2.1", "description": "Allows you to get the npm version of the package in your Github Actions workflow", "main": "index.js", "scripts": {