From 1827e7a2ea00fb78cbde4914672af56fa009ffd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:17:32 +0000 Subject: [PATCH] chore(main): release 0.13.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 03e75a96..794cd279 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.1" + ".": "0.13.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 890aa7c7..5a5bb71b 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.2](https://github.com/workos/cli/compare/v0.13.1...v0.13.2) (2026-04-28) + + +### Bug Fixes + +* webhook list empty URL column and truncate long event lists ([#134](https://github.com/workos/cli/issues/134)) ([643f483](https://github.com/workos/cli/commit/643f4836a7cef449f949b2540b94ca43ee9225bc)) + ## [0.13.1](https://github.com/workos/cli/compare/v0.13.0...v0.13.1) (2026-04-27) diff --git a/package.json b/package.json index f11713ef..19e2aeff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.13.1", + "version": "0.13.2", "type": "module", "description": "The Official Workos CLI", "repository": {