@recallai/desktop-sdk 1.0.2 → 1.0.3

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 +9 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,15 @@
1
+ ### 1.0.3 [patch] (Windows) - 2025-07-30
2
+
3
+ - Fixes a bug with an internal version mismatch between the bot library and the windows OS interfaces.
4
+
1
5
  ### 1.0.2 [patch] (MacOS) - 2025-07-30
2
6
 
3
7
  - Fixes a bug in which timed meetings created from a free Zoom account would interfere with meeting detection.
4
8
 
5
- ### 1.0.0 [major] (MacOS+Windows) - 2025-07-24
9
+ ### 1.0.1 [patch] (MacOS+Windows) - 2025-07-24
10
+
11
+ - Fixes a bug where the stable channel did not properly pull the git sha in the setup file on install.
12
+
13
+ ### 1.0.0 [major] (MacOS+Windows) - 2025-07-24 (deprecated)
6
14
 
7
15
  - Initial Changelog Entry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Recall Desktop SDK",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -18,5 +18,5 @@
18
18
  "devDependencies": {
19
19
  "typescript": "^5.3.3"
20
20
  },
21
- "commit_sha": "91d18588f26447cefd3e8610076d0285413d3332"
21
+ "commit_sha": "61d8c40211f7fa4d66fff6f33e5f5bcab43d5400"
22
22
  }