From 5319f8101648f51fc49f21dda62e0fab8d32b660 Mon Sep 17 00:00:00 2001 From: Lucas Rosa Date: Thu, 10 Oct 2024 18:09:14 -0300 Subject: [PATCH] bump to beta --- CHANGELOG.md | 3 ++- VERSION | 2 +- examples/call-control/index.ts | 1 + package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a6b53..98ab923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v2 -### v2.0.0-alpha.8 +### v2.0.0-beta.0 - Move `AutorespConfigs` resource to be nested in `MessagingProfiles` - Fix nested resources in `Calls`, `MessagingProfiles` and `Conferences` ID usage instead of using constructors data @@ -10,6 +10,7 @@ - Fix `Brand` resources method name - Fix bug on `DELETE` operations empty `responseBody` JSON Parsing - Update types on resources methods with multiple urlParams +- FIX: README Typo by @mpareja-godaddy in https://github.com/team-telnyx/telnyx-node/pull/186 ### v2.0.0-alpha.7 diff --git a/VERSION b/VERSION index c20cf85..72e5fcc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-alpha.8 +2.0.0-beta.0 diff --git a/examples/call-control/index.ts b/examples/call-control/index.ts index 525884e..700d6a7 100644 --- a/examples/call-control/index.ts +++ b/examples/call-control/index.ts @@ -7,6 +7,7 @@ import Telnyx from 'telnyx'; const telnyx = new Telnyx(process.env.TELNYX_API_KEY || ''); +// update these params accordingly const params: Telnyx.CallsCreateParams = { to: '+18005550100 or sip:username@sip.telnyx.com', from: '+18005550101', diff --git a/package-lock.json b/package-lock.json index 7ce2423..e82dc80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telnyx", - "version": "2.0.0-alpha.8", + "version": "2.0.0-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "telnyx", - "version": "2.0.0-alpha.8", + "version": "2.0.0-beta.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.10.0", diff --git a/package.json b/package.json index 8ad0238..4e8ee3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telnyx", - "version": "2.0.0-alpha.8", + "version": "2.0.0-beta.0", "description": "Telnyx API Node SDK", "keywords": [ "telnyx",