From 097b4bc45280cb275b7f37f3a212a78e485b24d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:16:58 +0000 Subject: [PATCH] chore(master): release 11.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9dd9d0..d20c450e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [11.0.2](https://github.com/workadventure/simple-peer/compare/v11.0.1...v11.0.2) (2025-12-25) + + +### Bug Fixes + +* Fixing type of PeerEvents ([339a673](https://github.com/workadventure/simple-peer/commit/339a67366bdd655474937870e6c50e93248f1c52)) +* 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)) + ## 11.0.1 (2025-12-23) diff --git a/package.json b/package.json index ff1ecf6e..a01a9220 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workadventure/simple-peer", "description": "Simple one-to-one WebRTC video/voice and data channels", - "version": "11.0.1", + "version": "11.0.2", "type": "module", "author": { "name": "ThaUnknown",