Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jan 17, 2024
1 parent a9bb81a commit 1a4bf40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1a4bf40

Please sign in to comment.