Skip to content

Commit

Permalink
3.4.13
Browse files Browse the repository at this point in the history
ibc committed Feb 28, 2020
1 parent f470986 commit 518dbd1
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


### 3.4.13

* Update `uuid` dep to 7.0.X (new API).
* Fix crash due wrong array index in `PipeConsumer::FillJwon()`.
- Fixes #364


### 3.4.12

* TypeScript: generate `es2020` instead of `es6`.
2 changes: 1 addition & 1 deletion lib/Worker.js
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ class Worker extends EnhancedEventEmitter_1.EnhancedEventEmitter {
// options
{
env: {
MEDIASOUP_VERSION: '3.4.12'
MEDIASOUP_VERSION: '3.4.13'
},
detached: false,
// fd 0 (stdin) : Just ignore it.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ exports.types = types;
/**
* Expose mediasoup version.
*/
exports.version = '3.4.12';
exports.version = '3.4.13';
/**
* Expose parseScalabilityMode() function.
*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.4.12",
"version": "3.4.13",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",

0 comments on commit 518dbd1

Please sign in to comment.