Skip to content

Commit

Permalink
version release 4.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Dec 8, 2023
1 parent f33e67f commit 6faa815
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.7.24](https://github.com/ocsjs/ocsjs/compare/4.7.21...4.7.24) (2023-12-08)


### Bug Fixes

* **core:** 优化对 headers 中 content-type 解析而实现传递不同的 data 数据 ([fcd962b](https://github.com/ocsjs/ocsjs/commit/fcd962bd27de2c9fbc5c3e57af9abd54ec6db5a3))
* **script:** 将中国大学MOOC的页面切换信息设置为警告信息 ([84f1d6e](https://github.com/ocsjs/ocsjs/commit/84f1d6e7881eaf886ec626952f159232d809acfc))


### Features

* **core:** 添加快捷键可以显示/隐藏 窗口功能 ([f33e67f](https://github.com/ocsjs/ocsjs/commit/f33e67f157d2ee6b1d8dfcfa3d783ddbc842a985))



## [4.7.21](https://github.com/ocsjs/ocsjs/compare/4.7.20...4.7.21) (2023-12-05)


Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## [4.7.21](https://github.com/ocsjs/ocsjs/compare/4.7.20...4.7.21) (2023-12-05)
## [4.7.24](https://github.com/ocsjs/ocsjs/compare/4.7.21...4.7.24) (2023-12-08)


### Bug Fixes

* **build:** 修复打包时不自动上传文件的BUG ([4983788](https://github.com/ocsjs/ocsjs/commit/4983788703e021d157b7562d0672848f00e04901))
* **core:** 优化对 headers 中 content-type 解析而实现传递不同的 data 数据 ([fcd962b](https://github.com/ocsjs/ocsjs/commit/fcd962bd27de2c9fbc5c3e57af9abd54ec6db5a3))
* **script:** 将中国大学MOOC的页面切换信息设置为警告信息 ([84f1d6e](https://github.com/ocsjs/ocsjs/commit/84f1d6e7881eaf886ec626952f159232d809acfc))


### Features

* **core:** 添加快捷键可以显示/隐藏 窗口功能 ([f33e67f](https://github.com/ocsjs/ocsjs/commit/f33e67f157d2ee6b1d8dfcfa3d783ddbc842a985))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocsjs",
"version": "4.7.21",
"version": "4.7.24",
"description": "ocs - online course script 在线网络课程辅助工具",
"types": "./lib/src/core/index.d.ts",
"main": "./lib/src/core/index.js",
Expand Down

0 comments on commit 6faa815

Please sign in to comment.