We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa105f7 commit 2c7fad1Copy full SHA for 2c7fad1
CHANGELOG.md
@@ -2,7 +2,14 @@
2
3
All notable changes to BluePLM will be documented in this file.
4
5
-## [2.9.5] - 2025-12-18
+## [2.9.7] - 2025-12-18
6
+
7
+### Fixed
8
+- **macOS auto-update**: Include zip file in release artifacts (required for electron-updater)
9
10
+---
11
12
+## [2.9.6] - 2025-12-18
13
14
### Added
15
- **SolidWorks integration toggle**: Enable/disable SolidWorks integration from settings
package.json
@@ -1,6 +1,6 @@
1
{
"name": "blue-plm",
- "version": "2.9.6",
+ "version": "2.9.7",
"description": "Product Lifecycle Management for everyone who builds",
"main": "dist-electron/main.js",
"scripts": {
0 commit comments