diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3535156..727a5db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73527e18..24701352 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.21.1](https://github.com/workos/cli/compare/v0.21.0...v0.21.1) (2026-08-15) + + +### Bug Fixes + +* **deps:** update minor and patch updates ([#223](https://github.com/workos/cli/issues/223)) ([fcb26ce](https://github.com/workos/cli/commit/fcb26ce7d68e2e4b52537082ab86f5c3e72a3407)) + ## [0.21.0](https://github.com/workos/cli/compare/v0.20.2...v0.21.0) (2026-08-07) diff --git a/package.json b/package.json index b428dcb5..cd0a4651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.21.0", + "version": "0.21.1", "type": "module", "description": "The Official Workos CLI", "repository": {