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..dd51705b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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. + +### 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": {