Skip to content

Commit d5ffd67

Browse files
authored
chore(release): v2.3.1 (#29)
1 parent 559134a commit d5ffd67

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## <small>2.3.1 (2025-04-16)</small>
2+
3+
* chore(dev-build.yml): remove redundant artifact renaming step ([559134a](https://github.com/samzong/chrome-tabboost/commit/559134a))
4+
* fix(dev-build.yml): fix version error (#28) ([afdb9cf](https://github.com/samzong/chrome-tabboost/commit/afdb9cf)), closes [#28](https://github.com/samzong/chrome-tabboost/issues/28)
5+
* ci(workflow): dev-build and pr-test (#27) ([1c82b49](https://github.com/samzong/chrome-tabboost/commit/1c82b49)), closes [#27](https://github.com/samzong/chrome-tabboost/issues/27)
6+
* perf(contentscript.js): simplified the handling of link click events (#26) ([e887e91](https://github.com/samzong/chrome-tabboost/commit/e887e91)), closes [#26](https://github.com/samzong/chrome-tabboost/issues/26)
7+
* feat: upgrade logo (#25) ([745e29c](https://github.com/samzong/chrome-tabboost/commit/745e29c)), closes [#25](https://github.com/samzong/chrome-tabboost/issues/25)
8+
* feat(contentscript.js): upgrade popup window close action (#22) ([1411f0b](https://github.com/samzong/chrome-tabboost/commit/1411f0b)), closes [#22](https://github.com/samzong/chrome-tabboost/issues/22)
9+
* feat(page-save-confirmation): add page save confirmation feature (#24) ([2f90870](https://github.com/samzong/chrome-tabboost/commit/2f90870)), closes [#24](https://github.com/samzong/chrome-tabboost/issues/24) [#23](https://github.com/samzong/chrome-tabboost/issues/23)
10+
* Update README.md ([7e3083f](https://github.com/samzong/chrome-tabboost/commit/7e3083f))
11+
* docs(readme.md): upgrade README.md (#21) ([52a92e5](https://github.com/samzong/chrome-tabboost/commit/52a92e5)), closes [#21](https://github.com/samzong/chrome-tabboost/issues/21)
12+
13+
14+
115
## 2.3.0 (2025-03-30)
216

317
* fix: package.json ([79ea3c4](https://github.com/samzong/chrome-tabboost/commit/79ea3c4))

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.3.0",
4+
"version": "2.3.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.3.0",
3+
"version": "2.3.1",
44
"description": "A Chrome extension for tab management",
55
"main": "src/js/background.js",
66
"scripts": {

0 commit comments

Comments
 (0)