Skip to content

Commit

Permalink
misc: add autoApprove status (#94)
Browse files Browse the repository at this point in the history
closes #93
  • Loading branch information
pashidlos authored Apr 26, 2021
1 parent 8ad91de commit c151973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/types/testStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export enum TestStatus {
new = "new",
ok = "ok",
unresolved = "unresolved",
autoApproved = "autoApproved",
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-regression-tracker/sdk-js",
"version": "4.6.3",
"version": "4.6.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c151973

Please sign in to comment.