feat(tracker): changelog and versions update in package.json
This commit is contained in:
parent
1b70d463d0
commit
3ae67ae617
4 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 7.0.1
|
||||
|
||||
- mark live sessions with ux test active
|
||||
|
||||
## 7.0.0
|
||||
|
||||
- `socketHost` to support electron
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-assist",
|
||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||
"version": "7.0.1-4",
|
||||
"version": "7.0.1",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"assistance",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# 11.0.1
|
||||
|
||||
- minor fixes and refactoring
|
||||
|
||||
# 11.0.0
|
||||
|
||||
- canvas support
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "11.0.2-26",
|
||||
"version": "11.0.1",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue