updated version (#3253)
This commit is contained in:
parent
c27213c65d
commit
f3b98dad8a
3 changed files with 7 additions and 3 deletions
|
|
@ -1,10 +1,14 @@
|
||||||
|
## 11.0.5
|
||||||
|
|
||||||
|
- fix ice candidates usage
|
||||||
|
|
||||||
## 11.0.4
|
## 11.0.4
|
||||||
|
|
||||||
- pass stun/turn credentials (if present) from ui
|
- pass stun/turn credentials (if present) from ui
|
||||||
|
|
||||||
## 11.0.3
|
## 11.0.3
|
||||||
|
|
||||||
- fix for remote-contorl clicks on svg elements (+ bubbling)
|
- fix for remote-control clicks on svg elements (+ bubbling)
|
||||||
|
|
||||||
## 11.0.2
|
## 11.0.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@openreplay/tracker-assist",
|
"name": "@openreplay/tracker-assist",
|
||||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||||
"version": "11.0.4",
|
"version": "11.0.5",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"WebRTC",
|
"WebRTC",
|
||||||
"assistance",
|
"assistance",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
export const pkgVersion = "11.0.4";
|
export const pkgVersion = "11.0.5";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue