From bc738eb7f1fa236f1e00cf699d45303b6c83ae2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 4 Jan 2021 15:56:23 +0100 Subject: [PATCH] 3.6.30 --- CHANGELOG.md | 2 +- lib/Worker.js | 2 +- lib/index.d.ts | 2 +- lib/index.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6409e598..ec3c4135c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -### 3.7.30 (WIP) +### 3.6.30 * Add `pipe` option to `transport.consume()`(PR #494). - So the receiver will get all streams from the `Producer`. diff --git a/lib/Worker.js b/lib/Worker.js index 71ae3fdf41..fc18c10967 100644 --- a/lib/Worker.js +++ b/lib/Worker.js @@ -68,7 +68,7 @@ class Worker extends EnhancedEventEmitter_1.EnhancedEventEmitter { // options { env: { - MEDIASOUP_VERSION: '3.6.29', + MEDIASOUP_VERSION: '3.6.30', // Let the worker process inherit all environment variables, useful // if a custom and not in the path GCC is used so the user can set // LD_LIBRARY_PATH environment variable for runtime. diff --git a/lib/index.d.ts b/lib/index.d.ts index b35517436a..d1ea0c2f63 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -9,7 +9,7 @@ export { types }; /** * Expose mediasoup version. */ -export declare const version = "3.6.29"; +export declare const version = "3.6.30"; /** * Expose parseScalabilityMode() function. */ diff --git a/lib/index.js b/lib/index.js index df1f360aab..575913bb03 100644 --- a/lib/index.js +++ b/lib/index.js @@ -10,7 +10,7 @@ exports.types = types; /** * Expose mediasoup version. */ -exports.version = '3.6.29'; +exports.version = '3.6.30'; /** * Expose parseScalabilityMode() function. */ diff --git a/package.json b/package.json index f6f5c5dce8..9499e4e537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mediasoup", - "version": "3.6.29", + "version": "3.6.30", "description": "Cutting Edge WebRTC Video Conferencing", "contributors": [ "IƱaki Baz Castillo (https://inakibaz.me)",