diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9a12607..210ac0b 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.7.1" + "version": "0.7.2" }, "plugins": [ { diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index a961d12..b4e3d51 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.7.1" + "version": "0.7.2" }, "plugins": [ { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..ca1c614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2aaec..c997dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/workos/skills/compare/v0.7.1...v0.7.2) (2026-09-11) + + +### Bug Fixes + +* correct SvelteKit AuthKit reference examples ([#45](https://github.com/workos/skills/issues/45)) ([b7b8f50](https://github.com/workos/skills/commit/b7b8f5066be2ecb80f1174fde240a383251cf41f)) + ## [0.7.1](https://github.com/workos/skills/compare/v0.7.0...v0.7.1) (2026-08-03) diff --git a/package.json b/package.json index 8ba1cc9..f3c6d12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workos/skills", "packageManager": "pnpm@10.27.0", - "version": "0.7.1", + "version": "0.7.2", "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 ec018f4..6d8935e 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.7.1", + "version": "0.7.2", "author": { "name": "WorkOS", "email": "support@workos.com" diff --git a/plugins/workos/.codex-plugin/plugin.json b/plugins/workos/.codex-plugin/plugin.json index 11a494d..a8bea8d 100644 --- a/plugins/workos/.codex-plugin/plugin.json +++ b/plugins/workos/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.7.1", + "version": "0.7.2", "description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.", "author": { "name": "WorkOS", diff --git a/plugins/workos/.cursor-plugin/plugin.json b/plugins/workos/.cursor-plugin/plugin.json index e8d4b5f..9af7bb4 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, plus the WorkOS MCP server for managing your workspace.", - "version": "0.7.1", + "version": "0.7.2", "author": { "name": "WorkOS", "email": "support@workos.com"