diff options
| -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": { |
