diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1a55a36..ed21d28c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.3" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cf0baf..0b8f4341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.0](https://github.com/workos/cli/compare/v0.12.3...v0.13.0) (2026-04-26) + + +### Features + +* complete WorkOS skill install + refresh loop with doctor --fix ([#130](https://github.com/workos/cli/issues/130)) ([c61f5a4](https://github.com/workos/cli/commit/c61f5a42d842adab64a199e85951a2259d6d4042)) + ## [0.12.3](https://github.com/workos/cli/compare/v0.12.2...v0.12.3) (2026-04-24) diff --git a/package.json b/package.json index b4c3a3ad..ab7b90ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.12.3", + "version": "0.13.0", "type": "module", "description": "The Official Workos CLI", "repository": {