Skip to content

Commit 6e89a56

Browse files
authored
Merge pull request #247 from bradcush/build/search-description
Build/search description
2 parents 37c090c + b9cc669 commit 6e89a56

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![users](https://img.shields.io/chrome-web-store/users/filgplhfalgafolkffphilkgckdgnona)
88
![license](https://img.shields.io/github/license/bradcush/mark-tab-manager)
99

10-
The missing tab manager
10+
Automatically group tabs by domain
1111

1212
## Store listings
1313

bun.lockb

26.2 KB
Binary file not shown.

meta/manifest/__tests__/generate.unit.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('generate', () => {
4040
description: 'Collapse inactive tab groups',
4141
},
4242
},
43-
description: 'The missing tab manager',
43+
description: 'Automatically group tabs by domain',
4444
icons: {
4545
'128': 'icons/icon-mark-128.png',
4646
'16': 'icons/icon-mark-16.png',
@@ -57,7 +57,7 @@ describe('generate', () => {
5757
'tabGroups',
5858
'tabs',
5959
],
60-
version: '0.1.43',
60+
version: '0.1.44',
6161
})
6262
);
6363
});
@@ -96,7 +96,7 @@ describe('generate', () => {
9696
description: 'Collapse inactive tab groups',
9797
},
9898
},
99-
description: 'The missing tab manager',
99+
description: 'Automatically group tabs by domain',
100100
icons: {
101101
'128': 'icons/icon-mark-128.png',
102102
'16': 'icons/icon-mark-16.png',
@@ -113,7 +113,7 @@ describe('generate', () => {
113113
'tabGroups',
114114
'tabs',
115115
],
116-
version: '0.1.43',
116+
version: '0.1.44',
117117
});
118118
});
119119
});

meta/manifest/make.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function make(): Manifest {
1818
description: 'Collapse inactive tab groups',
1919
},
2020
},
21-
description: 'The missing tab manager',
21+
description: 'Automatically group tabs by domain',
2222
icons: {
2323
'16': 'icons/icon-mark-16.png',
2424
'48': 'icons/icon-mark-48.png',
@@ -35,7 +35,7 @@ export function make(): Manifest {
3535
'tabGroups',
3636
'tabs',
3737
],
38-
version: '0.1.43',
38+
version: '0.1.44',
3939
};
4040
return manifest;
4141
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Mark tab manager",
3-
"version": "0.1.43",
4-
"description": "Automated tab management",
3+
"version": "0.1.44",
4+
"description": "Automatically group tabs by domain",
55
"repository": "https://github.com/bradcush/mark-tab-manager.git",
66
"author": "Bradley Cushing <[email protected]>",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"@types/node": "^14.0.14",
4141
"@typescript-eslint/eslint-plugin": "^5.59.9",
4242
"@typescript-eslint/parser": "^5.59.9",
43-
"bun-types": "^0.6.7",
43+
"bun-types": "^0.6.11",
4444
"commander": "^7.2.0",
4545
"eslint": "^8.42.0",
4646
"eslint-config-prettier": "^8.8.0",

0 commit comments

Comments
 (0)