Skip to content

Commit a33da5e

Browse files
chore(release): 1.6.5 [skip ci]
## [1.6.5](v1.6.4...v1.6.5) (2026-06-17) ### Bug Fixes * **refs:** tighten inbox/saved thread URL routing ([#32](#32)) ([8a0090e](8a0090e))
1 parent 8a0090e commit a33da5e

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.6.5](https://github.com/Doist/comms-cli/compare/v1.6.4...v1.6.5) (2026-06-17)
2+
3+
### Bug Fixes
4+
5+
- **refs:** tighten inbox/saved thread URL routing ([#32](https://github.com/Doist/comms-cli/issues/32)) ([8a0090e](https://github.com/Doist/comms-cli/commit/8a0090e637072e2c0b76a95d44f4e784a496ba64))
6+
17
## [1.6.4](https://github.com/Doist/comms-cli/compare/v1.6.3...v1.6.4) (2026-06-16)
28

39
### Bug Fixes

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.6.4",
3+
"version": "1.6.5",
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.6.4"
7+
version: "1.6.5"
88
---
99

1010
# Comms CLI (tdc)

0 commit comments

Comments
 (0)