Skip to content

Commit 1dae2bc

Browse files
chore(release): 1.21.0 [skip ci]
# [1.21.0](v1.20.0...v1.21.0) (2025-05-31) ### Bug Fixes * **pvfm/bot:** cache seen messages for up to 10 minutes ([76268a9](76268a9)) * **recording:** don't delete temporary files ([472754d](472754d)) ### Features * **aura:** build with docker buildx bake ([126a3cf](126a3cf)) * **x:** grpchc can do TLS now ([cc4be82](cc4be82)) Signed-Off-By: Mimi Yasomi <[email protected]>
1 parent 126a3cf commit 1dae2bc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.21.0](https://github.com/Xe/x/compare/v1.20.0...v1.21.0) (2025-05-31)
2+
3+
### Bug Fixes
4+
5+
- **pvfm/bot:** cache seen messages for up to 10 minutes ([76268a9](https://github.com/Xe/x/commit/76268a97a921358579b8c96feefd4a36f01f6478))
6+
- **recording:** don't delete temporary files ([472754d](https://github.com/Xe/x/commit/472754d2f38c51e6dd77b29c4faf645fb2311caf))
7+
8+
### Features
9+
10+
- **aura:** build with docker buildx bake ([126a3cf](https://github.com/Xe/x/commit/126a3cf9934d4e07647ec08cd6d96ab27f1f9eca))
11+
- **x:** grpchc can do TLS now ([cc4be82](https://github.com/Xe/x/commit/cc4be8203f35b67d58b9d1edf0c2c4ab363e0a96))
12+
113
# [1.20.0](https://github.com/Xe/x/compare/v1.19.0...v1.20.0) (2025-05-30)
214

315
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xe/x",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "Xe's /x/perimental playground",
55
"main": "yeetfile.js",
66
"directories": {

0 commit comments

Comments
 (0)