mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-30 22:07:35 -06:00
Ct 123 (#78)
* CT-123 :: Fix create subaccount function to enable subaccount while creating * CT-123 :: change create subaccount function to enable subaccount while creating * bump version to 4.0.1
This commit is contained in:
parent
29803fd4c5
commit
46eec0caa8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# Change Log
|
||||
|
||||
## [4.0.1](https://github.com/plivo/plivo-node/releases/tag/v4.0.1)(2018-06-28)
|
||||
- Fix create subaccount method to enable subaccount while creation
|
||||
|
||||
## [4.0.0](https://github.com/plivo/plivo-node/releases/tag/v4.0.0)(2018-01-18)
|
||||
- Add timeout support while making the API requests
|
||||
- Add meta property to list responses
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "plivo",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"description": "A Node.js SDK to make voice calls & send SMS using Plivo and to generate Plivo XML",
|
||||
"homepage": "https://github.com/plivo/plivo-node",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue