Skip to content

Commit

Permalink
version release 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed May 4, 2024
1 parent 66c6d44 commit 44cc513
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.6.6](https://github.com/ocsjs/ocs-desktop/compare/2.6.5...2.6.6) (2024-05-04)


### Bug Fixes

* 适配最新版的OCS配置 ([66c6d44](https://github.com/ocsjs/ocs-desktop/commit/66c6d44a843c5f7deb7659d002828aea8928ef39))



## [2.6.5](https://github.com/ocsjs/ocs-desktop/compare/2.6.4...2.6.5) (2024-03-24)


Expand Down
7 changes: 2 additions & 5 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
## [2.6.5](https://github.com/ocsjs/ocs-desktop/compare/2.6.4...2.6.5) (2024-03-24)
## [2.6.6](https://github.com/ocsjs/ocs-desktop/compare/2.6.5...2.6.6) (2024-05-04)


### Bug Fixes

* 修改项目运行教程步骤 ([2003e44](https://github.com/ocsjs/ocs-desktop/commit/2003e4470df6d3443acc630ed71ce8d9f70dc706))
* **app:** 修复修改缓存后,缓存文件夹的浏览器缓存文件依然存在的BUG ([332f384](https://github.com/ocsjs/ocs-desktop/commit/332f384b80a2a8f30ba524193e6759f50357d945))
* **app:** 修改压缩库 ([1bf163a](https://github.com/ocsjs/ocs-desktop/commit/1bf163a829496085cb3e246ad99b4b9db94958de))
* **web:** 修复因为修改缓存文件导致的整个文件夹清空BUG ([18aba47](https://github.com/ocsjs/ocs-desktop/commit/18aba476bb263c65f1309d49acb4772b36c77611))
* 适配最新版的OCS配置 ([66c6d44](https://github.com/ocsjs/ocs-desktop/commit/66c6d44a843c5f7deb7659d002828aea8928ef39))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocs-desktop",
"version": "2.6.5",
"version": "2.6.6",
"description": "desktop for userscript",
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocs-desktop/app",
"version": "2.6.5",
"version": "2.6.6",
"description": "desktop for userscript",
"main": "./lib/index.js",
"types": "./lib/types.d.ts",
Expand Down

0 comments on commit 44cc513

Please sign in to comment.