diff options
| author | semantic-release-bot <semantic-release-bot@martynus.net> | 2025-04-27 18:10:36 +0000 |
|---|---|---|
| committer | semantic-release-bot <semantic-release-bot@martynus.net> | 2025-04-27 18:10:36 +0000 |
| commit | c09d5139d13b785164c3651894c2859884f9393f (patch) | |
| tree | 7fff305cb7d4a84f8a69e5d94703afb7c2bfbacd | |
| parent | 875963603b4d8d798891c5079f8b9f6bba988b24 (diff) | |
| download | x-c09d5139d13b785164c3651894c2859884f9393f.tar.xz x-c09d5139d13b785164c3651894c2859884f9393f.zip | |
chore(release): 1.17.0 [skip ci]v1.17.0
# [1.17.0](https://github.com/Xe/x/compare/v1.16.0...v1.17.0) (2025-04-27)
### Features
* **httpdebug:** quiet mode and function as a systemd service ([1d9fa34](https://github.com/Xe/x/commit/1d9fa34fa84cc125c68ab486d8bbc2dbe7a51f0e))
* **relayd:** autocert support for automatic TLS cert minting ([c9136cc](https://github.com/Xe/x/commit/c9136cc167ca0bbabce1196f88cfc1b302350f0a))
* **xess:** add fancy 404 page ([10e176a](https://github.com/Xe/x/commit/10e176a023ee1a4955160c86f0dc71a435bdf866))
Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f67a00..3523223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.17.0](https://github.com/Xe/x/compare/v1.16.0...v1.17.0) (2025-04-27) + +### Features + +- **httpdebug:** quiet mode and function as a systemd service ([1d9fa34](https://github.com/Xe/x/commit/1d9fa34fa84cc125c68ab486d8bbc2dbe7a51f0e)) +- **relayd:** autocert support for automatic TLS cert minting ([c9136cc](https://github.com/Xe/x/commit/c9136cc167ca0bbabce1196f88cfc1b302350f0a)) +- **xess:** add fancy 404 page ([10e176a](https://github.com/Xe/x/commit/10e176a023ee1a4955160c86f0dc71a435bdf866)) + # [1.16.0](https://github.com/Xe/x/compare/v1.15.0...v1.16.0) (2025-04-27) ### Bug Fixes diff --git a/package.json b/package.json index 5f1c380..d482c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xe/x", - "version": "1.16.0", + "version": "1.17.0", "description": "Xe's /x/perimental playground", "main": "yeetfile.js", "directories": { |
