From aa1724c772f0bc7cb4d61230e8de4a0fb8edc4fa Mon Sep 17 00:00:00 2001 From: jbolda <2019387+jbolda@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:07:13 +0000 Subject: [PATCH] publish new versions --- .changes/change-pr-375.md | 5 ----- packages/auth0/CHANGELOG.md | 4 ++++ packages/auth0/package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/change-pr-375.md diff --git a/.changes/change-pr-375.md b/.changes/change-pr-375.md deleted file mode 100644 index f4eb8c0b..00000000 --- a/.changes/change-pr-375.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@simulacrum/auth0-simulator": patch ---- - -Include kid (`JWKS.keys[0].kid`) in `SignJWT().setProtectedHeader()` for `access_token` and `id_token` so clients performing JWKS-based signature verification can find the correct public key. diff --git a/packages/auth0/CHANGELOG.md b/packages/auth0/CHANGELOG.md index 8287b059..185d0c29 100644 --- a/packages/auth0/CHANGELOG.md +++ b/packages/auth0/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.1] + +- [`d4edee7`](https://github.com/thefrontside/simulacrum/commit/d4edee78aed5b00636b4c38031e8085c4830998d) ([#375](https://github.com/thefrontside/simulacrum/pull/375) by [@joergjaeckel](https://github.com/thefrontside/simulacrum/../../joergjaeckel)) Include kid (`JWKS.keys[0].kid`) in `SignJWT().setProtectedHeader()` for `access_token` and `id_token` so clients performing JWKS-based signature verification can find the correct public key. + ## \[0.13.0] ### Enhancements diff --git a/packages/auth0/package.json b/packages/auth0/package.json index 33401894..654f84a0 100644 --- a/packages/auth0/package.json +++ b/packages/auth0/package.json @@ -1,6 +1,6 @@ { "name": "@simulacrum/auth0-simulator", - "version": "0.13.0", + "version": "0.13.1", "description": "Run local instance of Auth0 API for local development and integration testing", "keywords": [ "auth0",