Skip to content

Commit cefab2b

Browse files
committed
chore(release): v2.5.1
1 parent cf83172 commit cefab2b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>2.5.1 (2025-10-11)</small>
2+
3+
* fix(contentscript.js): add capture phase handling for specific hostnames in click listener (#57) ([cf83172](https://github.com/samzong/chrome-tabboost/commit/cf83172)), closes [#57](https://github.com/samzong/chrome-tabboost/issues/57)
4+
5+
6+
17
## 2.5.0 (2025-10-11)
28

39
* Refactor/speed (#54) ([6666517](https://github.com/samzong/chrome-tabboost/commit/6666517)), closes [#54](https://github.com/samzong/chrome-tabboost/issues/54)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_appName__",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",
77
"permissions": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-tabboost",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A Chrome extension for tab management",
55
"main": "src/js/background.js",
66
"scripts": {

0 commit comments

Comments
 (0)