From 87e71f1185766089d46877c8dc2d8683bda1e450 Mon Sep 17 00:00:00 2001 From: "tyrantkhan-repo-bot[bot]" <266413964+tyrantkhan-repo-bot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:17:20 +0000 Subject: [PATCH] chore(main): release 0.0.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a34d5c..72d5a59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.11" + ".": "0.0.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 19037f5..5f10324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.12](https://github.com/tyrantkhan/bitbucket-cli/compare/v0.0.11...v0.0.12) (2026-04-10) + + +### Features + +* **repo:** [#54](https://github.com/tyrantkhan/bitbucket-cli/issues/54) add --details flag to repo list and repo move command ([#57](https://github.com/tyrantkhan/bitbucket-cli/issues/57)) ([c5c9090](https://github.com/tyrantkhan/bitbucket-cli/commit/c5c9090c0bf77796b0ad45162c94a3a0f68b793e)) +* **workspace:** [#53](https://github.com/tyrantkhan/bitbucket-cli/issues/53) add workspace members command ([#55](https://github.com/tyrantkhan/bitbucket-cli/issues/55)) ([6b076f0](https://github.com/tyrantkhan/bitbucket-cli/commit/6b076f0be2c4d20eaefca4825da948d93b01b50b)) + ## [0.0.11](https://github.com/tyrantkhan/bitbucket-cli/compare/v0.0.10...v0.0.11) (2026-03-21)