Skip to content

Commit

Permalink
build: fix scripts;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 16, 2021
1 parent 3be2297 commit 7937fef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# [](https://github.com/Maslow/less-framework/compare/v0.4.16...v) (2021-08-16)


### Bug Fixes

* 修复获取依赖包类型接口报错无捕获; ([43582a5](https://github.com/Maslow/less-framework/commit/43582a5697cb1a7c524798efe5779e80b034c5fb))
* add node package `util` support; ([be9c373](https://github.com/Maslow/less-framework/commit/be9c373b2505ae34d3ed8a4186d0d279403be745))


### Features

* **app-server:** add cache-control & etag of http request for gridfs files; ([acc3c44](https://github.com/Maslow/less-framework/commit/acc3c440afc55c3666c0bca0661daf9f54bb2fd9))
* **devops-adin:** 优化访问策略编辑页的交互体验、修复修改访问策略时的错误; ([759fe32](https://github.com/Maslow/less-framework/commit/759fe32c7f679274a660d47f27c62ceb6356e875))



## [0.4.16](https://github.com/Maslow/less-framework/compare/v0.4.15...v0.4.16) (2021-08-13)


### Features

* 新增 GridFS 文件存储方式; ([0ddc915](https://github.com/Maslow/less-framework/commit/0ddc9151a437fe7be17c5eae972a0786a6966c38))



# [](https://github.com/Maslow/less-framework/compare/v0.4.16...v) (2021-08-16)


### Features

* **app-server:** add cache-control & etag of http request for gridfs files; ([acc3c44](https://github.com/Maslow/less-framework/commit/acc3c440afc55c3666c0bca0661daf9f54bb2fd9))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "lerna run build",
"watch": "lerna run watch --parallel",
"prepublishOnly": "npm run build",
"changelog": "npx conventional-changelog -i CHANGELOG.md -s -r 0 -p angular",
"changelog": "npx conventional-changelog -i CHANGELOG.md -s -r 2 -p angular",
"docker-build-devops-server": "node ./scripts/docker-build-devops-server.js",
"docker-build-app-server": "node ./scripts/docker-build-app-server.js",
"docker-build-devops-admin": "node ./scripts/docker-build-devops-admin.js",
Expand Down

0 comments on commit 7937fef

Please sign in to comment.