@recallai/desktop-sdk 2.0.5 → 2.0.6

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 +3 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 2.0.6 [patch] (MacOS+Windows) - 2026-02-11
2
+ - Fix case where recording-ended would not trigger on Windows
3
+
1
4
  ### 2.0.5 [patch] (MacOS+Windows) - 2026-02-11
2
5
 
3
6
  - Support for Google Chrome 145.0.7632.46+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
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": "1b16e47f85434833b8313ed393df0f1be5a981a5"
23
+ "commit_sha": "7c6147d6d2f3a05c7a2fb7582ea702d7de563b46"
24
24
  }