diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index df5f6ea..41f9bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/yamitzky/slack-admin-cli/compare/sladm-cli-v0.3.0...sladm-cli-v0.3.1) (2026-04-10) + + +### Bug Fixes + +* 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)) + ## [0.3.0](https://github.com/yamitzky/slack-admin-cli/compare/sladm-cli-v0.2.5...sladm-cli-v0.3.0) (2026-04-10) diff --git a/package.json b/package.json index eea2158..9e2bfc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sladm-cli", - "version": "0.3.0", + "version": "0.3.1", "description": "Slack Admin CLI for humans and AI agents — manage Enterprise Grid via admin.* APIs", "type": "module", "bin": {