Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/pre.json

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-messages-cli.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-cli-help.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# imessage-cli

## 0.1.0

### Minor Changes

- [#28](https://github.com/jmisilo/imessage-sdk/pull/28) [`a3716be`](https://github.com/jmisilo/imessage-sdk/commit/a3716bed4107eb5f1d09db96a1cbe2e09a52c1f0) Thanks [@jmisilo](https://github.com/jmisilo)! - Add the first provider-neutral iMessage CLI with bundled Blooio, Photon, and Sendblue support,
secure named connections, JSON agent input and output, normalized messaging commands, provider
extensions, and an opt-in experimental Hono-based local signed-webhook server.

### Patch Changes

- [#30](https://github.com/jmisilo/imessage-sdk/pull/30) [`bb98960`](https://github.com/jmisilo/imessage-sdk/commit/bb98960eb8b79c38c3d369338a511f3f4f82935a) Thanks [@jmisilo](https://github.com/jmisilo)! - Replace the verbose root help screen with a concise command overview and support `-V` as a version
shortcut.

## 0.1.0-beta.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imessage-cli",
"version": "0.1.0-beta.0",
"version": "0.1.0",
"description": "Provider-neutral command-line interface for iMessage infrastructure",
"author": "jmisilo",
"keywords": [
Expand Down
Loading