From 352b87e7c9313c7a77cc7911b143d6be0df290cb Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Sun, 3 Dec 2023 14:10:12 -0600 Subject: [PATCH] chore: rev version 2.0.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a926e73..2ce2375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-devops-work-item-link-enforcer-and-linker", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azure-devops-work-item-link-enforcer-and-linker", - "version": "1.0.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 53c50cf..ecf76df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-devops-work-item-link-enforcer-and-linker", - "version": "1.0.2", + "version": "2.0.0", "private": true, "description": "GitHub Action to enforce that each commit in a pull request be linked to an Azure DevOps work item and automatically link the pull request to each work item ", "main": "dist/index.js", @@ -45,4 +45,4 @@ "prettier": "2.7.1", "typescript": "^4.7.4" } -} \ No newline at end of file +}