Skip to content

Commit

Permalink
3.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 19, 2022
1 parent aa6fb9d commit 31102cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog


### NEXT
### 3.10.10

* Fix the JSON serialization for the payload channel `rtp` event (PR #926 by @mhammo).
* Update NPM deps.


Expand Down
2 changes: 1 addition & 1 deletion node/lib/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Worker extends EnhancedEventEmitter_1.EnhancedEventEmitter {
// options
{
env: {
MEDIASOUP_VERSION: '3.10.9',
MEDIASOUP_VERSION: '3.10.10',
// 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.
Expand Down
2 changes: 1 addition & 1 deletion node/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export { types };
/**
* Expose mediasoup version.
*/
export declare const version = "3.10.9";
export declare const version = "3.10.10";
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
2 changes: 1 addition & 1 deletion node/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.types = types;
/**
* Expose mediasoup version.
*/
exports.version = '3.10.9';
exports.version = '3.10.10';
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.10.9",
"version": "3.10.10",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",
Expand Down Expand Up @@ -81,8 +81,8 @@
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"eslint-plugin-jest": "^27.1.2",
"jest": "^29.2.0",
"eslint-plugin-jest": "^27.1.3",
"jest": "^29.2.1",
"jest-tobetype": "^1.2.3",
"open-cli": "^7.1.0",
"pick-port": "^1.0.1",
Expand Down

0 comments on commit 31102cc

Please sign in to comment.