updated version

This commit is contained in:
Андрей Бабушкин 2025-03-31 18:08:00 +02:00
parent c27213c65d
commit 088a6e807b
3 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,14 @@
## 11.0.5
- fix ice candidates usage
## 11.0.4
- pass stun/turn credentials (if present) from ui
## 11.0.3
- fix for remote-contorl clicks on svg elements (+ bubbling)
- fix for remote-control clicks on svg elements (+ bubbling)
## 11.0.2

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "11.0.4",
"version": "11.0.5",
"keywords": [
"WebRTC",
"assistance",

View file

@ -1 +1 @@
export const pkgVersion = "11.0.4";
export const pkgVersion = "11.0.5";