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
13 changes: 12 additions & 1 deletion docs/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.6.5] - 2026-01-08

### ✨ Added

- **cron**: add distributed lock for cron job execution ([#337](https://github.com/tegojs/tego-standard/pull/337)) (@TomyJan)

### 🐛 Fixed

- **multi-app**: wrong ctx ([#336](https://github.com/tegojs/tego-standard/pull/336)) (@TomyJan)

## [1.6.4] - 2025-12-26

### 🐛 Fixed
Expand Down Expand Up @@ -2900,7 +2910,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.4...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.5...HEAD
[1.6.5]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.5
[1.6.4]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.4
[1.6.2]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.2
[1.6.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.1
Expand Down
13 changes: 12 additions & 1 deletion docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@



## [1.6.5] - 2026-01-08

### ✨ 新增

- **cron**: 为 cron 作业执行添加分布式锁 ([#337](https://github.com/tegojs/tego-standard/pull/337)) (@TomyJan)

### 🐛 修复

- **multi-app**: 错误的 ctx ([#336](https://github.com/tegojs/tego-standard/pull/336)) (@TomyJan)

## [1.6.4] - 2025-12-26

### 🐛 修复
Expand Down Expand Up @@ -2900,7 +2910,8 @@
- 更新自述文件 ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.4...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.5...HEAD
[1.6.5]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.5
[1.6.4]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.4
[1.6.2]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.2
[1.6.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.1
Expand Down