Skip to content

Commit 4070221

Browse files
release: 0.2.1
1 parent da3011e commit 4070221

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.2.1 (2026-03-12)
4+
5+
Full Changelog: [v0.2.0...v0.2.1](https://github.com/beeper/desktop-api-cli/compare/v0.2.0...v0.2.1)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([2a0195e](https://github.com/beeper/desktop-api-cli/commit/2a0195ef893339e931434cc30db149f45a0479aa))
10+
311
## 0.2.0 (2026-03-06)
412

513
Full Changelog: [v0.1.1...v0.2.0](https://github.com/beeper/desktop-api-cli/compare/v0.1.1...v0.2.0)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "0.2.0" // x-release-please-version
5+
const Version = "0.2.1" // x-release-please-version

0 commit comments

Comments
 (0)