Skip to content

Commit

Permalink
version release 4.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Dec 5, 2023
1 parent 74a97cd commit 079df76
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.7.18](https://github.com/ocsjs/ocsjs/compare/4.7.17...4.7.18) (2023-12-05)


### Bug Fixes

* **build:** 修复上个版本无法自动打包的BUG,优化打包代码 ([74a97cd](https://github.com/ocsjs/ocsjs/commit/74a97cd4f187f694f9b63df581a40f6c4a1382b8))



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


Expand Down
12 changes: 3 additions & 9 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
## [4.7.17](https://github.com/ocsjs/ocsjs/compare/4.7.14...4.7.17) (2023-12-05)
## [4.7.18](https://github.com/ocsjs/ocsjs/compare/4.7.17...4.7.18) (2023-12-05)


### Features
### Bug Fixes

* **build:** 添加全域名通用脚本打包 user.common.user.js ([81f2cfa](https://github.com/ocsjs/ocsjs/commit/81f2cfa8e38f267f49930c1cc4dec402b8154835))


### Performance Improvements

* **script:** 添加请求记录方法过滤选项 HEAD ([63b58d5](https://github.com/ocsjs/ocsjs/commit/63b58d5354d5b086479a9d1a63bdadf797a71e51))
* **script:** 添加在线搜题题库配置为空的提示 ([7caf525](https://github.com/ocsjs/ocsjs/commit/7caf5252f9c7c35e69e9102bf70cdd554eae8e46))
* **build:** 修复上个版本无法自动打包的BUG,优化打包代码 ([74a97cd](https://github.com/ocsjs/ocsjs/commit/74a97cd4f187f694f9b63df581a40f6c4a1382b8))



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.17",
"version": "4.7.18",
"description": "ocs - online course script 在线网络课程辅助工具",
"types": "./lib/src/core/index.d.ts",
"main": "./lib/src/core/index.js",
Expand Down

0 comments on commit 079df76

Please sign in to comment.