mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-04 22:07:01 -06:00
Fixed bug on multiple call placing during retries.
This commit is contained in:
parent
03a2efa4f4
commit
87e4b272ca
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Change Log
|
||||
|
||||
## [4.14.2](https://github.com/plivo/plivo-node/releases/tag/v4.14.1)(2021-02-17)
|
||||
- Fix duplicate call issue for make call API.
|
||||
|
||||
## [4.14.1](https://github.com/plivo/plivo-node/releases/tag/v4.14.1)(2021-02-09)
|
||||
- Fix Buy Number API & env variables support for TypeScript.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "plivo",
|
||||
"version": "4.14.1",
|
||||
"version": "4.14.2",
|
||||
"description": "A Node.js SDK to make voice calls and 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