Skip to content

Commit 65dc1f0

Browse files
committed
chore(release): publish
- @vonage/[email protected] - @vonage/[email protected] - @vonage/[email protected] - @vonage/[email protected] - @Vonage/server-sdk@3.19.3 - @vonage/[email protected] - @vonage/[email protected] - @vonage/[email protected]
1 parent d27a478 commit 65dc1f0

16 files changed

+91
-16
lines changed

packages/accounts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.16.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
**Note:** Version bump only for package @vonage/accounts

packages/accounts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/accounts",
4-
"version": "1.16.1",
4+
"version": "1.16.2",
55
"description": "Vonage Account Management API",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {

packages/conversations/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.7.3](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
**Note:** Version bump only for package @vonage/conversations

packages/conversations/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/conversations",
4-
"version": "1.7.2",
4+
"version": "1.7.3",
55
"description": "The Vonage Conversation API enables you to build conversation features where communication can take place across multiple mediums including IP Messaging, PSTN Voice, SMS and WebRTC Audio and Video. The context of the conversations is maintained though each communication event taking place within a conversation, no matter the medium.",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/conversations#readme",
77
"bugs": {
@@ -37,6 +37,6 @@
3737
"@vonage/messages": "^1.18.1",
3838
"@vonage/server-client": "^1.16.1",
3939
"@vonage/users": "^1.10.1",
40-
"@vonage/voice": "^1.16.1"
40+
"@vonage/voice": "^1.17.0"
4141
}
4242
}

packages/numbers/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.16.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
**Note:** Version bump only for package @vonage/numbers

packages/numbers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/numbers",
4-
"version": "1.16.1",
4+
"version": "1.16.2",
55
"description": "Vonage Numbers SDK Package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
77
"bugs": {

packages/pricing/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.16.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
**Note:** Version bump only for package @vonage/pricing

packages/pricing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/pricing",
4-
"version": "1.16.1",
4+
"version": "1.16.2",
55
"description": "Vonage API for pricing",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {

packages/server-sdk/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [3.19.3](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
**Note:** Version bump only for package @vonage/server-sdk

packages/server-sdk/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/server-sdk",
4-
"version": "3.19.2",
4+
"version": "3.19.3",
55
"description": "Node.js Client for the Vonage API Platform",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -38,22 +38,22 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/accounts": "^1.16.1",
41+
"@vonage/accounts": "^1.16.2",
4242
"@vonage/applications": "^1.16.1",
4343
"@vonage/auth": "^1.12.0",
44-
"@vonage/conversations": "^1.7.2",
44+
"@vonage/conversations": "^1.7.3",
4545
"@vonage/messages": "^1.18.1",
4646
"@vonage/number-insights": "^1.16.1",
47-
"@vonage/numbers": "^1.16.1",
48-
"@vonage/pricing": "^1.16.1",
47+
"@vonage/numbers": "^1.16.2",
48+
"@vonage/pricing": "^1.16.2",
4949
"@vonage/redact": "^1.15.1",
5050
"@vonage/server-client": "^1.16.1",
51-
"@vonage/sms": "^1.17.1",
51+
"@vonage/sms": "^1.17.2",
5252
"@vonage/users": "^1.10.1",
5353
"@vonage/verify": "^1.16.1",
5454
"@vonage/verify2": "^1.15.1",
55-
"@vonage/video": "^1.20.1",
56-
"@vonage/voice": "^1.16.1"
55+
"@vonage/video": "^1.21.0",
56+
"@vonage/voice": "^1.17.0"
5757
},
5858
"publishConfig": {
5959
"directory": "dist"

packages/sms/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.17.2](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
**Note:** Version bump only for package @vonage/sms

packages/sms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/sms",
4-
"version": "1.17.1",
4+
"version": "1.17.2",
55
"description": "Vonage SMS API SDK package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
77
"bugs": {

packages/video/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.21.0](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
9+
### Features
10+
11+
* added max bitrate for archive ([#972](https://github.com/Vonage/vonage-node-sdk/issues/972)) ([837dda8](https://github.com/Vonage/vonage-node-sdk/commit/837dda8096484c1f457b17593d4c76ea03509992))

packages/video/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/video",
4-
"version": "1.20.1",
4+
"version": "1.21.0",
55
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
66
"keywords": [
77
"vonage",

packages/voice/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.17.0](https://github.com/Vonage/vonage-node-sdk/compare/@vonage/[email protected]...@vonage/[email protected]) (2025-01-08)
7+
8+
9+
### Bug Fixes
10+
11+
* user-to-user header was not being transformed to lisp case ([#976](https://github.com/Vonage/vonage-node-sdk/issues/976)) ([f83aaf0](https://github.com/Vonage/vonage-node-sdk/commit/f83aaf08559fb25247f9b8f7512809e2ba90f600))
12+
13+
14+
### Features
15+
16+
* added new DTMF endpoints ([#977](https://github.com/Vonage/vonage-node-sdk/issues/977)) ([40cfa57](https://github.com/Vonage/vonage-node-sdk/commit/40cfa577c1669eeaf53fec439337cc1aa7611572))

packages/voice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/voice",
4-
"version": "1.16.1",
4+
"version": "1.17.0",
55
"description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.",
66
"keywords": [
77
"vonage",

0 commit comments

Comments
 (0)