aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-26 21:32:30 -0400
committerXe Iaso <me@xeiaso.net>2025-04-26 21:32:30 -0400
commit7870017918c76294ac6ec69829d25170cf54c245 (patch)
treeb38cf45adaa0939f7101fd260aa0af1ac82312a7
parentb939e22300f993bfda3b56103b9a3713db93b852 (diff)
downloadx-7870017918c76294ac6ec69829d25170cf54c245.tar.xz
x-7870017918c76294ac6ec69829d25170cf54c245.zip
ci(release): fix?????
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--.husky/pre-commit6
-rw-r--r--CHANGELOG.md14
2 files changed, 17 insertions, 3 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit
index 9d7d66d..81de11f 100644
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,7 +1,7 @@
if echo "$1" | grep -q "\[skip ci\]"; then
- echo "Skipping CI for commit with [skip ci] in message"
- exit 0
-else
npx lint-staged
npm test
+else
+ echo "Skipping CI for commit with [skip ci] in message"
+ exit 0
fi \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 258198a..55b47f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,3 +11,17 @@
- 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))
+
+# [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))