Skip to content

Commit 3fc558b

Browse files
committed
0.0.3
Test,coverage and customgrouping
1 parent 859040c commit 3fc558b

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## [0.0.3] - 2018-28-05
2+
### Added
3+
- Preset customgrouping.
4+
- Tests & coverage.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[![Build Status](https://travis-ci.org/EricSmekens/cm-messaging-node.svg?branch=master)](https://travis-ci.org/EricSmekens/cm-messaging-node)
66
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d51474d6130b4db08ae8a8c57dace8ea)](https://www.codacy.com/app/EricSmekens/cm-messaging-node?utm_source=github.com&utm_medium=referral&utm_content=EricSmekens/cm-messaging-node&utm_campaign=Badge_Grade)
7+
[![codecov](https://codecov.io/gh/EricSmekens/cm-messaging-node/branch/master/graph/badge.svg)](https://codecov.io/gh/EricSmekens/cm-messaging-node)
78

89
Want to send text-messages in your Node.js application? Then you are at the right place.
910

lib/MessageApiClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class MessageApiClient {
1717
messageEnvelope.messages.authentication.productToken = this.productToken;
1818

1919
const msg = new CM.Message();
20+
msg.customGrouping = "cm-messaging-node";
2021
msg.from = from;
2122
msg.body = new CM.MessageBody();
2223
msg.body.type = "AUTO";

test.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)