updated version (#3253)

This commit is contained in:
Andrey Babushkin 2025-03-31 18:09:27 +02:00 committed by GitHub
parent c27213c65d
commit f3b98dad8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";