⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
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
9 changes: 8 additions & 1 deletion docs/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.6.4] - 2025-12-26

### 🐛 Fixed

- **module-auth**: token removal to avoid SQL IN (NULL) issue ([#332](https://github.com/tegojs/tego-standard/pull/332)) (@TomyJan)

## [1.6.2] - 2025-12-22

### ✨ Added
Expand Down Expand Up @@ -2894,7 +2900,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.2...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.4...HEAD
[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
[1.6.0]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.0
Expand Down
9 changes: 8 additions & 1 deletion docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@



## [1.6.4] - 2025-12-26

### 🐛 修复

- **module-auth**: 删除令牌以避免 SQL IN (NULL) 问题 ([#332](https://github.com/tegojs/tego-standard/pull/332)) (@TomyJan)

## [1.6.2] - 2025-12-22

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


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.2...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.4...HEAD
[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
[1.6.0]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.0
Expand Down
Loading