We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec6f4b commit d1de6d2Copy full SHA for d1de6d2
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.9] - 2025-12-06
11
+
12
+### Fixed
13
+- Fixed CLI `--version` command to dynamically read version from `package.json` instead of hardcoded value
14
+- CLI version now automatically syncs with `package.json` version
15
16
## [0.1.8] - 2025-11-28
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "plan-viz",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"description": "Convert Apache Data Fusion Physical Execution Plans to Excalidraw JSON format",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments