Skip to content

Commit a9ddfcd

Browse files
committed
v0.21.0
1 parent 05b362c commit a9ddfcd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include(FetchContent)
2929
FetchContent_Declare(
3030
libdatachannel
3131
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
32-
GIT_TAG "v0.22.1"
32+
GIT_TAG "v0.22.2"
3333
)
3434

3535
option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-datachannel",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
55
"main": "./dist/cjs/lib/index.cjs",
66
"module": "./dist/esm/lib/index.mjs",
@@ -104,4 +104,4 @@
104104
"node-domexception": "^2.0.1",
105105
"prebuild-install": "^7.0.1"
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)