Skip to content

Commit 61a8deb

Browse files
committed
version release 2.9.9
1 parent 6a5ae06 commit 61a8deb

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.9.9](https://github.com/ocsjs/ocs-desktop/compare/2.9.8...2.9.9) (2025-10-12)
2+
3+
4+
15
## [2.9.8](https://github.com/ocsjs/ocs-desktop/compare/2.9.6...2.9.8) (2025-10-12)
26

37

CHANGELOG_CURRENT.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## [2.9.8](https://github.com/ocsjs/ocs-desktop/compare/2.9.6...2.9.8) (2025-10-12)
2-
3-
4-
### Bug Fixes
5-
6-
* 修复英文环境下无法安装脚本的BUG ([2abb065](https://github.com/ocsjs/ocs-desktop/commit/2abb065ea9f30e2d960dc4a43d448813cc046622))
7-
* 修复MAC无法解析本地浏览器版本,以及解压内置浏览器错误的BUG ([17e039b](https://github.com/ocsjs/ocs-desktop/commit/17e039bf02a0d1bbf19ce194b1ded0804657c1b7))
1+
## [2.9.9](https://github.com/ocsjs/ocs-desktop/compare/2.9.8...2.9.9) (2025-10-12)
82

93

104

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ocs-desktop",
3-
"version": "2.9.8",
3+
"version": "2.9.9",
44
"description": "desktop for userscript",
55
"files": [
66
"lib",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ocs-desktop/app",
3-
"version": "2.9.8",
3+
"version": "2.9.9",
44
"description": "desktop for userscript",
55
"main": "./lib/index.js",
66
"types": "./lib/types.d.ts",

0 commit comments

Comments
 (0)