Skip to content

Commit cc987e9

Browse files
authored
chore(release): bump version to 7.15.4 (#453)
## Summary - bump package version to 7.15.4 - move the sandbox conditional request injection changelog entry under 7.15.4 ## Validation - `npm run check-type` - `npm run test:sandbox` - `npm pack --dry-run`
1 parent 788495f commit cc987e9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## CHANGE LOG
22

3+
## 7.15.4
4+
- 沙箱请求注入支持 `baseUrl` 路径前缀匹配和 `ifHeaders``ifQueries` 条件匹配
5+
36
## 7.15.3
47
- 新增沙箱(Sandbox)模块,支持沙箱实例、文件系统、命令执行、Git、PTY、模板、资源挂载、请求注入等能力
58
- 新增沙箱模块的 TypeScript 类型声明、示例和测试覆盖
6-
- 沙箱请求注入支持 `baseUrl` 路径前缀匹配和 `ifHeaders``ifQueries` 条件匹配
79

810
## 7.15.2
911
- 对象存储,修复 pfop pipeline 参数无效问题

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu",
3-
"version": "7.15.3",
3+
"version": "7.15.4",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)