updated version
This commit is contained in:
parent
c27213c65d
commit
088a6e807b
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const pkgVersion = "11.0.4";
|
||||
export const pkgVersion = "11.0.5";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue