From 148e44c2f1e0f0d357f7ae6701c4f50521fc5869 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Tue, 26 Oct 2021 15:12:07 -0400 Subject: [PATCH] release v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19e7d9c..fc52b1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/transfer-issue-action", "description": "A GitHub Action for transferring issues between github repos with the ability to create a stub issue in the original repo.", - "version": "1.0.0", + "version": "2.0.0", "author": "John Ouellet @labboy0276", "license": "GPL-3.0", "repository": "https://github.com/lando/transfer-issue-action",