Skip to content

Commit

Permalink
3.14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 6, 2024
1 parent 4dd8a16 commit 839fbde
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 203 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### NEXT

### 3.14.15

- Update worker abseil-cpp dependency to 20240722.0 LTS (fixes compilation for FreeBSD systems) ([PR #1457](https://github.com/versatica/mediasoup/pull/1457), credits to @garrettboone).

### 3.14.14

- Sign self generated DTLS certificate with SHA256 ([PR #1450](https://github.com/versatica/mediasoup/pull/1450)).
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config = tsEslint.config(
{
languageOptions: {
sourceType: 'module',
globals: { ...globals.node },
globals: { ...globals.nodeBuiltin },
},
linterOptions: {
noInlineConfig: false,
Expand Down
Loading

0 comments on commit 839fbde

Please sign in to comment.