Skip to content

Commit 771d886

Browse files
authored
1.3.6 prep (#42)
1 parent d5f01ea commit 771d886

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## [1.x.x] - 2021-xx-xx
1+
## [1.3.6] - 2022-12-05
2+
### Added
3+
- Support for the Telegram channel
24
### Updated
3-
- Several dependency updates, in preparation for interactive messages (WhatsApp).
5+
- Several dependency updates.
46

57
## [1.3.5] - 2021-07-06
68
### Added

lib/MessageApiClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export class MessageApiClient {
5151
* For Twitter: use the Twitter Snowflake ID of the account you want to use as sender.
5252
* @param message the body of the SMS message to be sent
5353
* @param reference (optional) reference to the message to query it later in the CM.platform.
54-
*/public sendTextMessage(to: string[], from: string, message: string, reference: string = undefined) {
54+
*/
55+
public sendTextMessage(to: string[], from: string, message: string, reference: string = undefined) {
5556
return this
5657
.createMessage()
5758
.setMessage(to, from, message, reference)

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": "@cmdotcom/text-sdk",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Package to make it very easy to send text messages with CM.com",
55
"keywords": [
66
"cm",

0 commit comments

Comments
 (0)