Skip to content

Commit ad01e5d

Browse files
author
Marvin Zhang
committed
chore: bump version to 0.1.4
- Fix version consistency issue - Version now correctly read from package.json
1 parent 49ca92f commit ad01e5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 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.4] - 2025-11-10
11+
12+
### Fixed
13+
- Version now read dynamically from package.json instead of hardcoded in CLI
14+
- Ensures version consistency across the package
15+
1016
## [0.1.3] - 2025-11-10
1117

1218
### Added
@@ -205,6 +211,7 @@ This UAT release operationalizes LeanSpec's five first principles:
205211
- Gray-matter for frontmatter parsing
206212
- Dayjs for date handling
207213

214+
[0.1.4]: https://github.com/codervisor/lean-spec/releases/tag/v0.1.4
208215
[0.1.3]: https://github.com/codervisor/lean-spec/releases/tag/v0.1.3
209216
[0.1.2]: https://github.com/codervisor/lean-spec/releases/tag/v0.1.2
210217
[0.1.1]: https://github.com/codervisor/lean-spec/releases/tag/v0.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lean-spec",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Lightweight spec methodology for AI-powered development",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)