Skip to content

Commit

Permalink
ci(coverage): update bun to latest version with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bradcush committed Aug 14, 2023
1 parent 8c0e5a0 commit 0a9be76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions meta/manifest/__tests__/generate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('generate', () => {
'tabGroups',
'tabs',
],
version: '0.1.45',
version: '0.1.46',
}),
]);
});
Expand Down Expand Up @@ -114,7 +114,7 @@ describe('generate', () => {
'tabGroups',
'tabs',
],
version: '0.1.45',
version: '0.1.46',
});
});
});
Expand Down
2 changes: 1 addition & 1 deletion meta/manifest/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function make(): Manifest {
'tabGroups',
'tabs',
],
version: '0.1.45',
version: '0.1.46',
};
return manifest;
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mark tab manager",
"version": "0.1.45",
"version": "0.1.46",
"description": "Automatically group tabs by domain",
"repository": "https://github.com/bradcush/mark-tab-manager.git",
"author": "Bradley Cushing <[email protected]>",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/chrome": "^0.0.171",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"bun-types": "^0.6.13",
"bun-types": "^0.7.3",
"commander": "^7.2.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
Expand Down

0 comments on commit 0a9be76

Please sign in to comment.