daedalus-cli 3.65.11 → 3.65.12
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.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.65.12](https://github.com/bgill55/daedalus/compare/v3.65.11...v3.65.12) (2026-09-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* disable native file watchers on Windows to prevent fs-event assertion errors ([ff128e8](https://github.com/bgill55/daedalus/commit/ff128e87b1a3d59b5c256b6c8105c367baf03535))
|
|
7
|
+
|
|
1
8
|
## [3.65.11](https://github.com/bgill55/daedalus/compare/v3.65.10...v3.65.11) (2026-09-01)
|
|
2
9
|
|
|
3
10
|
|