From 94a315c1b58108233497a5d5f9e9f7fb794402cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:50:09 +0000 Subject: [PATCH 1/2] chore(main): release 0.6.0 --- .claude-plugin/marketplace.json | 2 +- .cursor-plugin/marketplace.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- plugins/workos/.claude-plugin/plugin.json | 2 +- plugins/workos/.cursor-plugin/plugin.json | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7a6eab5..1891bc1 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Official WorkOS skills for AI coding agents", - "version": "0.5.0" + "version": "0.6.0" }, "plugins": [ { diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 7a6eab5..1891bc1 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Official WorkOS skills for AI coding agents", - "version": "0.5.0" + "version": "0.6.0" }, "plugins": [ { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f7c4f..b34e004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/workos/skills/compare/v0.5.0...v0.6.0) (2026-05-13) + + +### Features + +* **workos:** add CLI agent-mode guidance to skill ([#29](https://github.com/workos/skills/issues/29)) ([a7755e9](https://github.com/workos/skills/commit/a7755e9e1304c21c372ca869bfc075eb679ff42c)) + ## [0.5.0](https://github.com/workos/skills/compare/v0.4.0...v0.5.0) (2026-04-27) diff --git a/package.json b/package.json index ed50279..c2ec9d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workos/skills", "packageManager": "pnpm@10.27.0", - "version": "0.5.0", + "version": "0.6.0", "description": "WorkOS Skills for AI coding agents — AuthKit, SSO, Directory Sync, RBAC, and more", "keywords": [ "ai-agents", diff --git a/plugins/workos/.claude-plugin/plugin.json b/plugins/workos/.claude-plugin/plugin.json index 2c782a8..2a1cbb5 100644 --- a/plugins/workos/.claude-plugin/plugin.json +++ b/plugins/workos/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "workos", "description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.", - "version": "0.5.0", + "version": "0.6.0", "author": { "name": "WorkOS", "email": "support@workos.com" diff --git a/plugins/workos/.cursor-plugin/plugin.json b/plugins/workos/.cursor-plugin/plugin.json index 2c782a8..2a1cbb5 100644 --- a/plugins/workos/.cursor-plugin/plugin.json +++ b/plugins/workos/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "workos", "description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.", - "version": "0.5.0", + "version": "0.6.0", "author": { "name": "WorkOS", "email": "support@workos.com" From 29bc78f4f940ec899765072d03c1a5757164e35d Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 13 May 2026 17:39:27 -0500 Subject: [PATCH 2/2] fix: bump Codex plugin version to 0.6.0 The release-please config entry for .codex-plugin/plugin.json was added in the same commit used as the merge base, so it was missed in the 0.6.0 release commit. --- plugins/workos/.codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/workos/.codex-plugin/plugin.json b/plugins/workos/.codex-plugin/plugin.json index d1bae78..4e15429 100644 --- a/plugins/workos/.codex-plugin/plugin.json +++ b/plugins/workos/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.5.0", + "version": "0.6.0", "description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.", "author": { "name": "WorkOS",