diff options
| author | semantic-release-bot <semantic-release-bot@martynus.net> | 2025-04-27 16:50:28 +0000 |
|---|---|---|
| committer | semantic-release-bot <semantic-release-bot@martynus.net> | 2025-04-27 16:50:28 +0000 |
| commit | 80a9c44410aa8e6d5116a9231f3947326efab76d (patch) | |
| tree | 2c2ae85e41616f09f43a757fcf2eb2bbca6a44ad | |
| parent | ef94cbcc7f9f90ef5c238413ee3305c305743a42 (diff) | |
| download | x-1.16.0.tar.xz x-1.16.0.zip | |
chore(release): 1.16.0 [skip ci]v1.16.0
# [1.16.0](https://github.com/Xe/x/compare/v1.15.0...v1.16.0) (2025-04-27)
### Bug Fixes
* **gitea:** use >- instead of > ([972cc99](https://github.com/Xe/x/commit/972cc990716c8593fc1f1d7061e6b707c6bccc51))
### Features
* **relayd:** store and query TLS fingerprints ([ef94cbc](https://github.com/Xe/x/commit/ef94cbcc7f9f90ef5c238413ee3305c305743a42))
Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd6b50..6f67a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.16.0](https://github.com/Xe/x/compare/v1.15.0...v1.16.0) (2025-04-27) + +### Bug Fixes + +- **gitea:** use >- instead of > ([972cc99](https://github.com/Xe/x/commit/972cc990716c8593fc1f1d7061e6b707c6bccc51)) + +### Features + +- **relayd:** store and query TLS fingerprints ([ef94cbc](https://github.com/Xe/x/commit/ef94cbcc7f9f90ef5c238413ee3305c305743a42)) + # [1.15.0](https://github.com/Xe/x/compare/v1.14.1...v1.15.0) (2025-04-27) ### Features diff --git a/package.json b/package.json index 69aa67e..5f1c380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xe/x", - "version": "1.15.0", + "version": "1.16.0", "description": "Xe's /x/perimental playground", "main": "yeetfile.js", "directories": { |
