Skip to content

Commit 5aaf352

Browse files
committed
chore(release): v2.5.3
Signed-off-by: samzong <[email protected]>
1 parent 9f3a748 commit 5aaf352

File tree

4 files changed

+12
-340
lines changed

4 files changed

+12
-340
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>2.5.3 (2025-10-30)</small>
2+
3+
* chore(ci): switch from yarn to npm in GitHub workflows and update actions version (#66) ([aaf6761](https://github.com/samzong/chrome-tabboost/commit/aaf6761)), closes [#66](https://github.com/samzong/chrome-tabboost/issues/66)
4+
* chore(package): update node engine requirement to >=22 and clean dependencies ([9f3a748](https://github.com/samzong/chrome-tabboost/commit/9f3a748))
5+
* refactor(manifest): remove unused toggle-split-view description key (#65) ([2d5e599](https://github.com/samzong/chrome-tabboost/commit/2d5e599)), closes [#65](https://github.com/samzong/chrome-tabboost/issues/65)
6+
7+
8+
19
## <small>2.5.2 (2025-10-30)</small>
210

311
* chore(makefile): remove Makefile used for Chrome extension development environment setup ([bbd38ef](https://github.com/samzong/chrome-tabboost/commit/bbd38ef))

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.2",
4+
"version": "2.5.3",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",
77
"permissions": [

0 commit comments

Comments
 (0)