From e3247244708283b8a470d4830b50ca4b68b6fbd3 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Sun, 22 Sep 2024 16:18:17 -0400 Subject: [PATCH] v2.1.0 * During project import, ensure that the Status field on the new project ONLY has the expected values * Improve log output when "Status" field values mismatching during import --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7fce82..143e7ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-migrate-project", - "version": "2.0.0", + "version": "2.1.0", "type": "module", "description": "A GitHub CLI (https://cli.github.com/) extension for migrating GitHub Projects (https://docs.github.com/en/issues/planning-and-tracking-with-projects) between GitHub accounts and products", "homepage": "https://github.com/timrogers/gh-migrate-project",