Skip to content

Commit 5b786e4

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2026-05-27) ### Features * **channel:** channel membership control (members list/add/remove/set) ([#7](#7)) ([2a1e473](2a1e473)), closes [Doist/twist-cli#244](Doist/twist-cli#244)
1 parent 2a1e473 commit 5b786e4

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.0](https://github.com/Doist/comms-cli/compare/v1.0.0...v1.1.0) (2026-05-27)
2+
3+
### Features
4+
5+
- **channel:** channel membership control (members list/add/remove/set) ([#7](https://github.com/Doist/comms-cli/issues/7)) ([2a1e473](https://github.com/Doist/comms-cli/commit/2a1e473fb356fc44ae6bb7fb48f2465a85caad76)), closes [Doist/twist-cli#244](https://github.com/Doist/twist-cli/issues/244)
6+
17
## 1.0.0 (2026-05-25)
28

39
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/comms-cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "TypeScript CLI for Comms",
55
"type": "module",
66
"main": "dist/index.js",

skills/comms-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Comms messaging CLI. View and respond to inbox threads, channel th
44
license: MIT
55
metadata:
66
author: Doist
7-
version: "1.0.0"
7+
version: "1.1.0"
88
---
99

1010
# Comms CLI (tdc)

0 commit comments

Comments
 (0)