Skip to content

Commit 0bd1de9

Browse files
authored
Merge pull request #23 from messente/travis
release version 2.4.2
2 parents a34561e + 781ab0e commit 0bd1de9

85 files changed

Lines changed: 88 additions & 87 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
script:
2-
- echo "skipping tests"
2+
- echo "skipping tests"
3+
34

45
deploy:
56
provider: npm
67
email: developers@messente.com
7-
api_key:
8-
secure: Feee1Htxj+nUuMGmpD2dELSLa1qUavw/zmEIGOQs40talJSJSpU5prUuRZb1IPOB7aioX2A3lZ6uwIZpiDqjbTdZsvjFoGV99+YPDLGvpdEv3+xti5NkuMITgSih4yVxRw0omNBEhGzHURHqJ4Djakc+fpOCuP4qB/VC61p2e4ZPPqCgrcqB7VPjh14kwTTldEUDYoccyleeJiSrQ76y5kTGKyPkU+yAhEA41ji4X2Os9ZJbYrqRozaOJAikagLuy9nnx5jyERuMXrKeFopBNyvtOGekzcuXFPAohVXzBn7VGfqFOjK0U7eZzsvECD95fX+IZ+0DBjIljfwqY7OnLOoz+lVrmCxl4PLdQNSe2TKNrRSt1BpnaLp0/dfpQm1xTD2EkT7w3GcPLTDpUOLOLTPQnFDBB9CF89nQGlgy6mU9TPR85nbJN55Tg8myAXH75bxkds1rvLcZLsRrv79NjuHPx7f2Q1CrQYHDDBDfQ+4IQh0cfCgE0sh8gamA0guG8jyrUE9B7JuO63nqXvX7mwady4MOrQt7nyeOumuOiVYIgGnqV1twqhSgFmMv8brwQ7AW4uPNuo7mafFUMQOsY6v+Tcs5tpAxgN3EtVYqOLVUXdy13E3bmp+f8YwPgssL0iq7u9l/6a8tPop2dugi73AKsc1mRqaN15jUkfldDM0=
8+
edge: true # opt in to dpl v2
9+
api_token: BnjqmBcFuUt7OvDTOD8zUoINSBM9mBzSeCvQ/85QzqVzaXV0Ve4EaoUc74wL0dqkCuvNQ1JkRDMBWI9ka82tARREi99O9T3LisIMqongJG2k2vkcIJbpqnHJiY5R3I7AhHdhDPe006GtA+HFYv5oziYDEOEDJE+yKwtaWzEJr2coIryz5DL1110ocByfpiDyt3y5iKvBKKMU0UpQKiLMLNdPA4cBRuNwm1U9oDAhe+pbvi2rI2FkdEJIp+SgjzVuw3dl//CGXtS6cmOJjRNuzKWZS4s9l8slKeC6+DPxtyTNNrkvYOKuxO4xYDUBa7o7vm+2Tuspm9heZ4FTUGat71DBG84+Uvcr2pftJovipgEqtxu7BMWbPFgbYNunnxKbpx7JLlY4iPB5fZcK5mhHUodgHl0czfnM90fITILK/UOw1jyJS3cOuMkUd285FL8VP9igBxnLb5DubAuxh3RDLqOiQXAGxXYqQ515VmmCcDtlmTU1AKQxpHWXpd1dgSUdbda0rYKc3+EdI2RUzLs0lS/crfRI7D/VW6KX3ToJm35jz9yI3xDNJASn8VGBgVBptTnDiXew27AdCDSVeZ9ng9UuL8ZuUQ4c8A9viO+RLTz8tohiq7NcpRR4mp2zaK5HLbkf5Gv0syTn2q/NaKPLz1Wd9OtXzvlNUGCfMpubWRk=
910
on:
1011
tags: true
1112
repo: messente/messente-api-node

README.md

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messente_api",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Send and receive SMS, Viber, Telegram and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups.",
55
"license": "Apache-2.0",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
/**
3535
* @module ApiClient
36-
* @version 2.4.1
36+
* @version 2.4.2
3737
*/
3838

3939
/**

src/api/AccountBalanceApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* AccountBalance service.
3636
* @module api/AccountBalanceApi
37-
* @version 2.4.1
37+
* @version 2.4.2
3838
*/
3939

4040
/**

src/api/BlacklistApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Blacklist service.
3636
* @module api/BlacklistApi
37-
* @version 2.4.1
37+
* @version 2.4.2
3838
*/
3939

4040
/**

src/api/BulkMessagingApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* BulkMessaging service.
3636
* @module api/BulkMessagingApi
37-
* @version 2.4.1
37+
* @version 2.4.2
3838
*/
3939

4040
/**

src/api/ContactsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Contacts service.
3636
* @module api/ContactsApi
37-
* @version 2.4.1
37+
* @version 2.4.2
3838
*/
3939

4040
/**

src/api/DeliveryReportApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* DeliveryReport service.
3636
* @module api/DeliveryReportApi
37-
* @version 2.4.1
37+
* @version 2.4.2
3838
*/
3939

4040
/**

src/api/GroupsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/**
3535
* Groups service.
3636
* @module api/GroupsApi
37-
* @version 2.4.1
37+
* @version 2.4.2
3838
*/
3939

4040
/**

0 commit comments

Comments
 (0)