Skip to content

Commit e5b172b

Browse files
chore(release): 1.27.0 [skip ci]
# [1.27.0](v1.26.1...v1.27.0) (2026-01-08) ### Bug Fixes * **package.json:** use Signed-off-by instead of Signed-Off-By ([c2406e3](c2406e3)) * **yeetfile:** build sysexts ([c9b3ab7](c9b3ab7)) ### Features * add 7-day cooldown to dependabot updates ([#791](#791)) ([1a5d9d3](1a5d9d3)) * add attention attenuator package ([6ca9c01](6ca9c01)) * add claude-code-cfg package ([73798a3](73798a3)) * **kube/alrest:** add mcp-auth sidecar ([e56238b](e56238b)) * **mi:** add birthday field to Member model ([#784](#784)) ([69bff8e](69bff8e)) * require Signed-off-by in commit messages ([#785](#785)) ([7e1c910](7e1c910)) Signed-off-by: Mimi Yasomi <mimi@techaro.lol>
1 parent c2406e3 commit e5b172b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.27.0](https://github.com/Xe/x/compare/v1.26.1...v1.27.0) (2026-01-08)
2+
3+
### Bug Fixes
4+
5+
- **package.json:** use Signed-off-by instead of Signed-Off-By ([c2406e3](https://github.com/Xe/x/commit/c2406e3de87ab486e37b68e33b044288a704e5bd))
6+
- **yeetfile:** build sysexts ([c9b3ab7](https://github.com/Xe/x/commit/c9b3ab7f70954de56174ed1b634c0d224a8bdbee))
7+
8+
### Features
9+
10+
- add 7-day cooldown to dependabot updates ([#791](https://github.com/Xe/x/issues/791)) ([1a5d9d3](https://github.com/Xe/x/commit/1a5d9d3fa49558fd483c1d2b29c40f842f1f3186))
11+
- add attention attenuator package ([6ca9c01](https://github.com/Xe/x/commit/6ca9c014acb21fa808f20222f9383be8a90c44cb))
12+
- add claude-code-cfg package ([73798a3](https://github.com/Xe/x/commit/73798a312ee21cda529f527370d7c1ca60a8bc64))
13+
- **kube/alrest:** add mcp-auth sidecar ([e56238b](https://github.com/Xe/x/commit/e56238bb3bcc0870b84e4bfbc10e04c99715ccdc))
14+
- **mi:** add birthday field to Member model ([#784](https://github.com/Xe/x/issues/784)) ([69bff8e](https://github.com/Xe/x/commit/69bff8e99e082cfc3e859cfc03bfc597cc36c16a))
15+
- require Signed-off-by in commit messages ([#785](https://github.com/Xe/x/issues/785)) ([7e1c910](https://github.com/Xe/x/commit/7e1c910b5d458f5b7a9e21ebe7272ddb1aae68d1))
16+
117
## [1.26.1](https://github.com/Xe/x/compare/v1.26.0...v1.26.1) (2025-11-11)
218

319
### Bug Fixes

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.26.1",
3+
"version": "1.27.0",
44
"description": "Xe's /x/perimental playground",
55
"main": "yeetfile.js",
66
"directories": {

0 commit comments

Comments
 (0)