Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed May 9, 2022
1 parent 59070dd commit cc73d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4928,7 +4928,7 @@ var import_semver2 = __toESM(require_semver2());
var import_string_argv = __toESM(require_string_argv());

// package.json
var version = "1.2.0";
var version = "1.3.0";

// node_modules/@badrap/valita/dist/node-mjs/index.mjs
function joinIssues(left, right) {
Expand Down
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": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "GitHub Action for pyright",
"main": "dist/index.js",
Expand Down

0 comments on commit cc73d26

Please sign in to comment.