Skip to content

Commit

Permalink
Merge tag '3.12.13' into v3
Browse files Browse the repository at this point in the history
3.12.13

# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
github-actions committed Sep 21, 2023
2 parents 730cdba + b8f51bf commit 25358d0
Show file tree
Hide file tree
Showing 5 changed files with 782 additions and 739 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.12.13

* Bump up Meson from 1.1.0 to 1.2.1 (fixes Xcode 15 build issues) ([PR #1163](https://github.com/versatica/mediasoup/pull/1163) by @arcinston).


### 3.12.12

* Support C++20 ([PR #1150](https://github.com/versatica/mediasoup/pull/1150) by @o-u-p).
Expand Down
2 changes: 1 addition & 1 deletion npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function replaceVersion()
const files = fs.readdirSync('node/lib',
{
withFileTypes : true,
recursive : true
recursive : false
});

for (const file of files)
Expand Down
Loading

0 comments on commit 25358d0

Please sign in to comment.