From b3b9a256cafddd7ed1985d1b2bd596797f61591a Mon Sep 17 00:00:00 2001 From: crowlkats Date: Wed, 9 Oct 2024 09:55:58 +0100 Subject: [PATCH 1/2] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb0d4cd3..bb91f5e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setup-deno", "description": "Set up Deno easially in GitHub Actions", - "version": "2.0.0", + "version": "2.1.0", "author": "Deno Land Inc", "license": "MIT", "type": "module", From c695b28e0efac27e12a9a6130cb861f47be57e83 Mon Sep 17 00:00:00 2001 From: crowlkats Date: Wed, 9 Oct 2024 09:56:33 +0100 Subject: [PATCH 2/2] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb91f5e1..a8eec546 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setup-deno", "description": "Set up Deno easially in GitHub Actions", - "version": "2.1.0", + "version": "2.0.1", "author": "Deno Land Inc", "license": "MIT", "type": "module",