From c20ba60dd4fa13baa5a5c240efecb32dba935b82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:43:45 +0000 Subject: [PATCH] chore(client-ts): release --- clients/typescript/.changeset/tricky-carpets-fix.md | 5 ----- clients/typescript/packages/client/CHANGELOG.md | 6 ++++++ clients/typescript/packages/client/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 clients/typescript/.changeset/tricky-carpets-fix.md diff --git a/clients/typescript/.changeset/tricky-carpets-fix.md b/clients/typescript/.changeset/tricky-carpets-fix.md deleted file mode 100644 index 0d6e441..0000000 --- a/clients/typescript/.changeset/tricky-carpets-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"limen-auth": patch ---- - -refactor: rename social.accounts to social.listAccounts for clarity in oauth plugin diff --git a/clients/typescript/packages/client/CHANGELOG.md b/clients/typescript/packages/client/CHANGELOG.md index d3594f0..781d726 100644 --- a/clients/typescript/packages/client/CHANGELOG.md +++ b/clients/typescript/packages/client/CHANGELOG.md @@ -1,5 +1,11 @@ # limen-auth +## 0.0.4 + +### Patch Changes + +- 4e8da95: refactor: rename social.accounts to social.listAccounts for clarity in oauth plugin + ## 0.0.3 ### Patch Changes diff --git a/clients/typescript/packages/client/package.json b/clients/typescript/packages/client/package.json index 951442e..b43ca2c 100644 --- a/clients/typescript/packages/client/package.json +++ b/clients/typescript/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "limen-auth", - "version": "0.0.3", + "version": "0.0.4", "description": "Official TypeScript SDK for Limen, a composable Go auth library. Framework-agnostic core with React, Vue, Svelte, and Solid adapters.", "keywords": [ "limen",