diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3e3a316..48d653d 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.2.2" + "version": "0.2.3" }, "plugins": [ { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0451499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d8650bb..329f989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/workos/skills/compare/v0.2.2...v0.2.3) (2026-03-17) + + +### Bug Fixes + +* broaden skill description for more reliable triggering ([#10](https://github.com/workos/skills/issues/10)) ([4340e7e](https://github.com/workos/skills/commit/4340e7ec70e135aa727ee51a0c9738f5cbf4858d)) + ## [0.2.2](https://github.com/workos/skills/compare/v0.2.1...v0.2.2) (2026-03-09) diff --git a/package.json b/package.json index d331338..ff72c4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workos/skills", "packageManager": "pnpm@10.27.0", - "version": "0.2.2", + "version": "0.2.3", "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 f67ea2e..287e51a 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.2.2", + "version": "0.2.3", "author": { "name": "WorkOS", "email": "support@workos.com"