From c4c730e59611687ba569478a2d0b8792606e5909 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:35:54 +0000 Subject: [PATCH 1/2] chore(main): release 0.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19ee807a..71e95baf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 159a7111..20138ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.20.0](https://github.com/workos/cli/compare/v0.19.0...v0.20.0) (2026-07-26) + + +### ⚠ BREAKING CHANGES + +* The npm package no longer exports a library API — `main`/`exports` are gone and it only provides the `workos` binary. Development now requires Bun >= 1.3.0 instead of Node >= 22.11. +* The npm package no longer exports a library API — `main`/`exports` are gone and it only provides the `workos` binary. Development now requires Bun >= 1.3.0 instead of Node >= 22.11. + +### Features + +* Add Homebrew channel and install-aware updates ([#196](https://github.com/workos/cli/issues/196)) ([c524855](https://github.com/workos/cli/commit/c5248559cd0c9625a8b40cf29f85abd3efb78135)) +* Ship the CLI as a Bun standalone binary ([#195](https://github.com/workos/cli/issues/195)) ([a5e9b46](https://github.com/workos/cli/commit/a5e9b468cdd62ccf973ae9d1f5046b214cac1d68)) + ## [0.19.0](https://github.com/workos/cli/compare/v0.18.0...v0.19.0) (2026-07-24) diff --git a/package.json b/package.json index 19a81387..e5be1def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.19.0", + "version": "0.20.0", "type": "module", "description": "The Official Workos CLI", "repository": { From 1e78fb71e53c8f4a816ae9e7ff2864070e4c2d8e Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Sun, 26 Jul 2026 11:36:44 -0400 Subject: [PATCH 2/2] Update CHANGELOG with breaking changes and features Clarified breaking changes and added feature details. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20138ede..dd51705b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ⚠ BREAKING CHANGES -* The npm package no longer exports a library API — `main`/`exports` are gone and it only provides the `workos` binary. Development now requires Bun >= 1.3.0 instead of Node >= 22.11. * The npm package no longer exports a library API — `main`/`exports` are gone and it only provides the `workos` binary. Development now requires Bun >= 1.3.0 instead of Node >= 22.11. ### Features