Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Aug 19, 2022
1 parent f2a2186 commit e0ed0df
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 @@ -5617,7 +5617,7 @@ var import_semver2 = __toESM(require_semver2());
var import_string_argv = __toESM(require_string_argv());

// package.json
var version = "1.4.0";
var version = "1.4.1";

// 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.4.0",
"version": "1.4.1",
"private": true,
"description": "GitHub Action for pyright",
"main": "dist/index.js",
Expand Down

0 comments on commit e0ed0df

Please sign in to comment.