@recallai/desktop-sdk 1.3.5 → 1.3.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 +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 1.3.6 [patch] (Windows) - 2025-11-18
2
+
3
+ - Fixed an issue that would cause audio to not process properly depending on recording config.
4
+ - Fixed an issue causing a crash on windows.
5
+
1
6
  ### 1.3.5 [patch] (MacOS+Windows) - 2025-11-16
2
7
 
3
8
  - Improved crash reporting on windows.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "1.3.5",
3
+ "version": "1.3.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": "03a03fc6df97116782cba6e1675296fea793fad8"
23
+ "commit_sha": "9cbe3a761e402d2dbfd2cb8e43749a76d776e51f"
24
24
  }