From eb5c5659332df2f97edf7c8106bff3596b4928d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Aug 2023 09:09:59 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] ## [3.1.0](https://github.com/aslafy-z/conventional-pr-title-action/compare/v3.0.1...v3.1.0) (2023-08-09) ### Features * **action:** migrate from docker to node ([#267](https://github.com/aslafy-z/conventional-pr-title-action/issues/267)) ([6fd10ff](https://github.com/aslafy-z/conventional-pr-title-action/commit/6fd10ff03114fe6062f4630ce4e11b08e063c985)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 066cfaa0..ccc099e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "conventional-pr-title-action", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "conventional-pr-title-action", - "version": "0.1.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index e37ed9cc..4c06860d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-pr-title-action", - "version": "3.0.1", + "version": "3.1.0", "description": "Ensure your PR title matches the Conventional Commits spec.", "main": "src/index.js", "scripts": {