Skip to content

Commit d1de6d2

Browse files
authored
chore: release v0.1.9 (#35)
1 parent 1ec6f4b commit d1de6d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.1.8] - 2025-11-28
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plan-viz",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Convert Apache Data Fusion Physical Execution Plans to Excalidraw JSON format",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)