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
7 changes: 0 additions & 7 deletions .changeset/quiet-phones-send.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/providers/sendblue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @imessage-sdk/sendblue

## 0.1.0

### Minor Changes

- [#26](https://github.com/jmisilo/imessage-sdk/pull/26) [`ee58b41`](https://github.com/jmisilo/imessage-sdk/commit/ee58b4143f4985dd3c9e5b0122312d94fe7b04d7) Thanks [@jmisilo](https://github.com/jmisilo)! - Add the initial Sendblue provider with direct text and single-attachment sends, message lookup and
status, typing indicators, opt-in mark-read, add-only tapbacks, authenticated webhooks, provider
error mapping, and provider-aware capability types.
2 changes: 1 addition & 1 deletion packages/providers/sendblue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imessage-sdk/sendblue",
"version": "0.0.0",
"version": "0.1.0",
"description": "Sendblue provider for imessage-sdk",
"author": "jmisilo",
"keywords": [
Expand Down
Loading