Skip to content

Commit b0be5a6

Browse files
committed
version release 2.9.3
1 parent 27d7f20 commit b0be5a6

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.9.3](https://github.com/ocsjs/ocs-desktop/compare/2.9.2...2.9.3) (2025-10-09)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复环境监测时读取本地路径为空报错的BUG ([27d7f20](https://github.com/ocsjs/ocs-desktop/commit/27d7f208d14feff9e0786166a30f1262903f1a42))
7+
8+
9+
110
## [2.9.2](https://github.com/ocsjs/ocs-desktop/compare/2.9.0...2.9.2) (2025-10-08)
211

312

CHANGELOG_CURRENT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## [2.9.2](https://github.com/ocsjs/ocs-desktop/compare/2.9.0...2.9.2) (2025-10-08)
1+
## [2.9.3](https://github.com/ocsjs/ocs-desktop/compare/2.9.2...2.9.3) (2025-10-09)
22

33

44
### Bug Fixes
55

6-
* 修复软件更新文件无法访问,导致软件被删除的BUG ([8f9eb62](https://github.com/ocsjs/ocs-desktop/commit/8f9eb629796d6131273a9ff168ceeb3111689fc8))
7-
* 修复软件无法同步的BUG,优化OCS配置文案 ([4fde7c7](https://github.com/ocsjs/ocs-desktop/commit/4fde7c7454c52b63c54071045528a9d750b38318))
6+
* 修复环境监测时读取本地路径为空报错的BUG ([27d7f20](https://github.com/ocsjs/ocs-desktop/commit/27d7f208d14feff9e0786166a30f1262903f1a42))
87

98

109

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.2",
3+
"version": "2.9.3",
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.2",
3+
"version": "2.9.3",
44
"description": "desktop for userscript",
55
"main": "./lib/index.js",
66
"types": "./lib/types.d.ts",

0 commit comments

Comments
 (0)