@recallai/desktop-sdk 2.0.1 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 2.0.2 [patch] (MacOS+Windows) - 2025-12-17
2
+
3
+ - Fixed a crash on macOS that was triggering very often.
4
+ - Fixed a crash on windows that happened sometimes during shutdown of the sdk.
5
+ - Fix for delayed meeting end events on macOS.
6
+
1
7
  ### 2.0.1 [patch] (MacOS+Windows) - 2025-12-15
2
8
 
3
9
  - Several crash fixes across macOS + windows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Recall Desktop SDK",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -20,5 +20,5 @@
20
20
  "@types/node": "^24.2.0",
21
21
  "typescript": "^5.3.3"
22
22
  },
23
- "commit_sha": "4cedfc8f22df6b62dbb38dec3c21983ff3bf383c"
23
+ "commit_sha": "429205353a8a9a1a3f727b3c2417b1a43a3bcbe8"
24
24
  }