diff --git a/dist/index.js b/dist/index.js index bb42c7a..d1a7267 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5922,7 +5922,7 @@ var import_semver2 = __toESM(require_semver2()); var import_shell_quote = __toESM(require_shell_quote()); // package.json -var version2 = "2.0.0-0"; +var version2 = "2.0.0"; // node_modules/@badrap/valita/dist/node-mjs/index.mjs function joinIssues(left, right) { diff --git a/package-lock.json b/package-lock.json index fb7c788..828ea18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pyright-action", - "version": "2.0.0-0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pyright-action", - "version": "2.0.0-0", + "version": "2.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 18648fe..8fb166b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyright-action", - "version": "2.0.0-0", + "version": "2.0.0", "private": true, "description": "GitHub Action for pyright", "main": "dist/index.js",