Skip to content

Commit 5736e78

Browse files
chore(main): release sladm-cli 0.3.1
1 parent a90ac85 commit 5736e78

3 files changed

Lines changed: 9 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.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/yamitzky/slack-admin-cli/compare/sladm-cli-v0.3.0...sladm-cli-v0.3.1) (2026-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* pass channel_ids as string in users invite ([#9](https://github.com/yamitzky/slack-admin-cli/issues/9)) ([a90ac85](https://github.com/yamitzky/slack-admin-cli/commit/a90ac85f125be8c4f096e7d2fc74e48013e2f3c8))
9+
310
## [0.3.0](https://github.com/yamitzky/slack-admin-cli/compare/sladm-cli-v0.2.5...sladm-cli-v0.3.0) (2026-04-10)
411

512

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.3.0",
3+
"version": "0.3.1",
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)