Skip to content

Commit b6328d7

Browse files
committed
chore(release): version 2.25.0
# [2.25.0](v2.24.2...v2.25.0) (2024-04-24) ### Features * yml支持job镜像配置&修复cfs找不到挂载点问题 ([#296](#296)) ([0bff41b](0bff41b)) * 部署函数支持添加云梯默认标签(运营部门,运营产品,负责人) ([#298](#298)) ([fa1d037](fa1d037)) ### Reverts * Revert "feat: yml支持job镜像配置&修复cfs找不到挂载点问题 (#296)" (#297) ([6034e25](6034e25)), closes [#296](#296) [#297](#297)
1 parent fa1d037 commit b6328d7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.25.0](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.24.2...v2.25.0) (2024-04-24)
2+
3+
4+
### Features
5+
6+
* yml支持job镜像配置&修复cfs找不到挂载点问题 ([#296](https://github.com/serverless-tencent/tencent-component-toolkit/issues/296)) ([0bff41b](https://github.com/serverless-tencent/tencent-component-toolkit/commit/0bff41bf8776a0115f2cf8c473d024bb4dce31e9))
7+
* 部署函数支持添加云梯默认标签(运营部门,运营产品,负责人) ([#298](https://github.com/serverless-tencent/tencent-component-toolkit/issues/298)) ([fa1d037](https://github.com/serverless-tencent/tencent-component-toolkit/commit/fa1d037153e12b9ad2a3e2ddfb7e04c692375d25))
8+
9+
10+
### Reverts
11+
12+
* Revert "feat: yml支持job镜像配置&修复cfs找不到挂载点问题 (#296)" (#297) ([6034e25](https://github.com/serverless-tencent/tencent-component-toolkit/commit/6034e255533b1f3c4aa7771bd3b9b3b0786e34a4)), closes [#296](https://github.com/serverless-tencent/tencent-component-toolkit/issues/296) [#297](https://github.com/serverless-tencent/tencent-component-toolkit/issues/297)
13+
114
## [2.24.2](https://github.com/serverless-tencent/tencent-component-toolkit/compare/v2.24.1...v2.24.2) (2022-11-02)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tencent-component-toolkit",
3-
"version": "2.24.3",
3+
"version": "2.25.0",
44
"description": "Tencent component toolkit",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)