From cccc068c36fa37830f79e905023207cc2817254e Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:42:05 -0800 Subject: [PATCH] Release v2.1.1 --- dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index ba3dd44..205ee79 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8801,7 +8801,7 @@ var import_semver2 = __toESM(require_semver2()); var import_shell_quote = __toESM(require_shell_quote()); // package.json -var version2 = "2.1.0"; +var version2 = "2.1.1"; // node_modules/@badrap/valita/dist/node-mjs/index.mjs function joinIssues(left, right) { diff --git a/package-lock.json b/package-lock.json index fb4f649..b464bfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pyright-action", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pyright-action", - "version": "2.1.0", + "version": "2.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e343797..886e9d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyright-action", - "version": "2.1.0", + "version": "2.1.1", "private": true, "description": "GitHub Action for pyright", "main": "dist/index.js",