File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments