Skip to content

Commit 1f60076

Browse files
chore(main): release sladm-cli 0.2.5 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35ba8bd commit 1f60076

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.4"
2+
".": "0.2.5"
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.5](https://github.com/yamitzky/slack-admin-cli/compare/sladm-cli-v0.2.4...sladm-cli-v0.2.5) (2026-04-07)
4+
5+
6+
### Bug Fixes
7+
8+
* pin bun-version to latest in binary build workflow ([ce113e5](https://github.com/yamitzky/slack-admin-cli/commit/ce113e528310c74858cc32abf6520578ce8b3bbd))
9+
* wrap main logic in async function for bun build --compile ([35ba8bd](https://github.com/yamitzky/slack-admin-cli/commit/35ba8bdbaebd8a736b5ffa8200484018aaf5834d))
10+
311
## [0.2.4](https://github.com/yamitzky/slack-admin-cli/compare/sladm-cli-v0.2.3...sladm-cli-v0.2.4) (2026-04-07)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sladm-cli",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Slack Admin CLI for humans and AI agents — manage Enterprise Grid via admin.* APIs",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)