@loomhq/record-sdk 4.2.1 → 4.2.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/README.md +8 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/is-supported.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/is-supported.js +1 -1
- package/package.json +5 -5
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
|
+
## 4.2.2
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- dd14b1166d: Fix Example modal links
|
|
10
|
+
- Updated dependencies [a60b90c930]
|
|
11
|
+
- @loomhq/lens@12.3.2
|
|
12
|
+
|
|
5
13
|
## 4.2.1
|
|
6
14
|
|
|
7
15
|
### Patch Changes
|