diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index d4b15f3..f4f41de 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "changelog-action", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 43e848b..d8cc382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "changelog-action", - "version": "1.2.3", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.2.3", + "version": "1.3.0", "license": "ISC", "dependencies": { "@actions/core": "^1.4.0", diff --git a/package.json b/package.json index e889d6f..2e21852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-action", - "version": "1.2.3", + "version": "1.3.0", "description": "Conventional changelog for marpple", "main": "src/main.js", "scripts": {