aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-26 21:21:28 -0400
committerXe Iaso <me@xeiaso.net>2025-04-26 21:21:28 -0400
commite130b4558dd35495aa42b170610eb27391dfae7e (patch)
tree26a68b0bb0e8a84289262e36a61b759b90465657
parentffa27486ce7001ac72c5669897ff629131c80cb2 (diff)
downloadx-e130b4558dd35495aa42b170610eb27391dfae7e.tar.xz
x-e130b4558dd35495aa42b170610eb27391dfae7e.zip
ci: skip commit tests when semantic-release does a commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--.husky/pre-commit4
-rw-r--r--CHANGELOG.md13
-rw-r--r--package.json2
3 files changed, 17 insertions, 2 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit
index 8376466..3b122ba 100644
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,2 +1,4 @@
npx lint-staged
-npm test \ No newline at end of file
+if echo "$1" | grep -q "\[skip ci\]"; then
+ npm test
+fi \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..258198a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,13 @@
+# [1.14.0](https://github.com/Xe/x/compare/v1.13.6...v1.14.0) (2025-04-27)
+
+### Bug Fixes
+
+- **relayd:** disable TCP fingerprinting on Linux for now ([6aa26b7](https://github.com/Xe/x/commit/6aa26b7defa02515fcc8473b8c8603e5fbe45f3f))
+- **relayd:** rename HTTP headers for fingerprints ([b64f843](https://github.com/Xe/x/commit/b64f8430190d0a49f8ec6a105e2978714342dd3e))
+
+### Features
+
+- **anubis:** replace with tombstone ([929e2de](https://github.com/Xe/x/commit/929e2debb8b9a63c44e3bb02387a6774821ccb99))
+- cmd/aws-secgen for generating fake AWS secrets ([7b8662a](https://github.com/Xe/x/commit/7b8662a0a877fd708afc679b4898e0a54343fe7a))
+- **relayd:** add standard reverse proxy headers ([33ebd25](https://github.com/Xe/x/commit/33ebd254071288ae5925b39cc59c3aba67cce499))
+- **relayd:** ja4t fingerprinting ([8ecbe6f](https://github.com/Xe/x/commit/8ecbe6f42e0eed79e899178570690aab1ce67c3f))
diff --git a/package.json b/package.json
index 1146f17..b709bfd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@xe/x",
- "version": "1.13.6",
+ "version": "1.14.0",
"description": "Xe's /x/perimental playground",
"main": "yeetfile.js",
"directories": {