Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.6.17] - 2026-04-28

### 🐛 Fixed

- workflow script instruction resume method ([#375](https://github.com/tegojs/tego-standard/pull/375)) (@bai.zixv)
- script instruction return error ([#374](https://github.com/tegojs/tego-standard/pull/374)) (@bai.zixv)

## [1.6.16] - 2026-04-27

### ✨ Added
Expand Down Expand Up @@ -2988,7 +2995,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update readme ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.16...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.17...HEAD
[1.6.17]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.17
[1.6.16]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.16
[1.6.15]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.15
[1.6.14]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.14
Expand Down
10 changes: 9 additions & 1 deletion docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@



## [1.6.17] - 2026-04-28

### 🐛 修复

- 工作流程脚本指令恢复方法 ([#375](https://github.com/tegojs/tego-standard/pull/375)) (@bai.zixv)
- 脚本指令返回错误 ([#374](https://github.com/tegojs/tego-standard/pull/374)) (@bai.zixv)

## [1.6.16] - 2026-04-27

### ✨ 新增
Expand Down Expand Up @@ -2988,7 +2995,8 @@
- 更新自述文件 ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.16...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.17...HEAD
[1.6.17]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.17
[1.6.16]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.16
[1.6.15]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.15
[1.6.14]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.14
Expand Down
Loading