Skip to content

Commit e5c293a

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.0...v1.18.0) (2025-05-05) ### Bug Fixes * **gitea:** fix deployment ([b418d50](b418d50)) * **relayd:** increase correlation potential ([e047ce3](e047ce3)) * **relayd:** make max bundle size 512 ([915e301](915e301)) * **relayd:** move request ID creation to a variable ([d030f4f](d030f4f)) ### Features * **relayd:** change log persistence method ([b3bb404](b3bb404)) * **web:** add iptoasn client ([c53fd2a](c53fd2a)) Signed-Off-By: Mimi Yasomi <[email protected]>
1 parent fa9cd83 commit e5c293a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.18.0](https://github.com/Xe/x/compare/v1.17.0...v1.18.0) (2025-05-05)
2+
3+
### Bug Fixes
4+
5+
- **gitea:** fix deployment ([b418d50](https://github.com/Xe/x/commit/b418d50b5d444916e71b06f295c79a10731e6211))
6+
- **relayd:** increase correlation potential ([e047ce3](https://github.com/Xe/x/commit/e047ce314d7ea8b6ec398c1cb633e60ea61f06dc))
7+
- **relayd:** make max bundle size 512 ([915e301](https://github.com/Xe/x/commit/915e3019e03ecb58acc833a503a3708c10b4456d))
8+
- **relayd:** move request ID creation to a variable ([d030f4f](https://github.com/Xe/x/commit/d030f4fcb286791bb1b8be0bdf0d9f6193311b56))
9+
10+
### Features
11+
12+
- **relayd:** change log persistence method ([b3bb404](https://github.com/Xe/x/commit/b3bb404331ddf11b94b1d46a8567308903f94e4c))
13+
- **web:** add iptoasn client ([c53fd2a](https://github.com/Xe/x/commit/c53fd2aad2e65fa362cab2a784488e83d6a9bfb3))
14+
115
# [1.17.0](https://github.com/Xe/x/compare/v1.16.0...v1.17.0) (2025-04-27)
216

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

0 commit comments

Comments
 (0)