From a56e33882a852e429f6d5ce76a9d0589bb5d1d55 Mon Sep 17 00:00:00 2001 From: Lucas Rosa Date: Tue, 15 Dec 2020 19:51:16 -0300 Subject: [PATCH] v1.10.3 --- CHANGELOG.md | 10 ++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0bfe1..1d388cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +#### v1.10.3 (2020-12-15) + +##### Bug Fixes + +- **resources:** Add function `tryParseJSON` to avoid parse invalid objects. + +##### New Features + +- **resources:** Telephony Credentials + #### v1.10.2 (2020-10-16) ##### Bug Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5ce1c86..c5e6772 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "telnyx", - "version": "1.10.2", + "version": "1.10.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81c379e..231e66e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telnyx", - "version": "1.10.2", + "version": "1.10.3", "description": "Telnyx API Node SDK", "keywords": [ "telnyx",