tracker: assist 11.0.3 clicks fix

This commit is contained in:
nick-delirium 2025-03-26 17:47:14 +01:00
parent eb610d1c21
commit ac35bf5179
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
## 11.0.3
- fix for remote-contorl clicks on svg elements (+ bubbling)
## 11.0.2
- add sessionId header on socket.connect for sticky sessions

View file

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

View file

@ -1 +1 @@
export const pkgVersion = "11.0.2";
export const pkgVersion = "11.0.3";