diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 788b0fa7..ae8c97ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.0" + ".": "0.22.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 372551e2..54345c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.22.1](https://github.com/workos/cli/compare/v0.22.0...v0.22.1) (2026-09-15) + + +### Bug Fixes + +* **deps:** update minor and patch updates ([#242](https://github.com/workos/cli/issues/242)) ([26c7905](https://github.com/workos/cli/commit/26c79056c0eda297be3e8dac08a0ac5a4f047fb8)) +* isolate diagnostic subprocess working directories ([#238](https://github.com/workos/cli/issues/238)) ([601079d](https://github.com/workos/cli/commit/601079dbc48e52faa2655086c4880e0d44f1e8f0)) + ## [0.22.0](https://github.com/workos/cli/compare/v0.21.1...v0.22.0) (2026-08-27) diff --git a/package.json b/package.json index d4594b07..d75c3854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.22.0", + "version": "0.22.1", "type": "module", "description": "The Official Workos CLI", "repository": {