cobrowse-sdk-js 2.21.0 → 2.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.21.2](#) (2023-01-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * prevent session from being started if custom data is set before starting it (ie: register: false) ([#47](#)) ([86c768d](#))
11
+
12
+ ### [2.21.1](#) (2023-01-19)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * fix Safari issue caused by ShadowDOM tap ([2486544](#))
18
+
5
19
  ## [2.21.0](#) (2023-01-17)
6
20
 
7
21