Skip to content

Commit 097b4bc

Browse files
chore(master): release 11.0.2
1 parent c4d7ba4 commit 097b4bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [11.0.2](https://github.com/workadventure/simple-peer/compare/v11.0.1...v11.0.2) (2025-12-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Fixing type of PeerEvents ([339a673](https://github.com/workadventure/simple-peer/commit/339a67366bdd655474937870e6c50e93248f1c52))
9+
* Turning "data" event to Uint8Array only for now (to keep compatibility with old versions) ([#15](https://github.com/workadventure/simple-peer/issues/15)) ([c4d7ba4](https://github.com/workadventure/simple-peer/commit/c4d7ba40204ce2dc8bd0a094bf3cb043a9076c8d))
10+
311
## 11.0.1 (2025-12-23)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workadventure/simple-peer",
33
"description": "Simple one-to-one WebRTC video/voice and data channels",
4-
"version": "11.0.1",
4+
"version": "11.0.2",
55
"type": "module",
66
"author": {
77
"name": "ThaUnknown",

0 commit comments

Comments
 (0)