Skip to content

Commit

Permalink
3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 10, 2023
1 parent 1ab9796 commit e84ac6f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


### 3.13.1

* Node: Extract version from `package.json` using `require()` ([PR #1217](https://github.com/versatica/mediasoup/pull/1217) by @arcinston).


### 3.13.0

* Switch from JSON based messages to `flatbuffers` ([PR #1064](https://github.com/versatica/mediasoup/pull/1064)).
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.13.0",
"version": "3.13.1",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
Expand Down Expand Up @@ -112,7 +112,7 @@
"eslint": "^8.53.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"marked": "^9.1.5",
"marked": "^9.1.6",
"open-cli": "^7.2.0",
"pick-port": "^1.0.1",
"sctp": "^1.0.0",
Expand Down

0 comments on commit e84ac6f

Please sign in to comment.