@todesktop/client-recall 1.1.0 → 1.2.0

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -268,3 +268,8 @@ Use `recallDesktop.addEventListener(eventType, callback)` to subscribe. Availabl
268
268
  ```bash
269
269
  npm run sync-sdk-types --workspace=@todesktop/client-recall
270
270
  ```
271
+
272
+ ## Changelog
273
+
274
+ - 1.2.0
275
+ - Updated `@recallai/desktop-sdk` to v1.3.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/client-recall",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "ToDesktop plugin for Recall.ai Desktop Recording SDK - Client library",
5
5
  "private": false,
6
6
  "main": "dist/index.js",