@loomhq/record-sdk 3.8.5 → 3.8.6-draft
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/README.md +8 -0
- package/dist/cjs/index.js +22 -36
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +22 -36
- package/dist/esm/is-supported.js +1 -1
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
See our [docs site](https://dev.loom.com) for a detailed guide on how to use the sdk!
|
|
4
4
|
|
|
5
|
+
## 3.8.6
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- 8d4afe7f7c: bump Lens v 11.27.0 to add SvgAutoDraft icon
|
|
10
|
+
- 7475089e58: bump Lens v11.30.1 to add aria live to tooltips
|
|
11
|
+
- f276aacf96: Add mau analytics to sdk
|
|
12
|
+
|
|
5
13
|
## 3.8.5
|
|
6
14
|
|
|
7
15
|
### Patch Changes
|