Skip to content

Commit 5427b6c

Browse files
indexzeroclaude
andauthored
chore: release 1.6.0 (#26)
npm published via release-it workflow but git commit failed due to missing git identity in CI. This commit applies the version bump and changelog update that the workflow would have made. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 05fc209 commit 5427b6c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

doc/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.0] - 2026-04-14
11+
1012
### 🆕 Added
1113
- **npm lockfileVersion 1 support**: `fromPackageLock` now parses v1 lockfiles by falling back to a new `fromDependenciesTree` generator when the `packages` map is absent. v1 lockfiles use a nested `dependencies` tree instead of the flat `packages` map — `fromDependenciesTree` walks the tree iteratively and yields the same `Dependency` shape. The README already claimed v1 support; the parser now delivers on it.
1214

@@ -173,7 +175,8 @@ Initial release of flatlock - the Matlock of lockfile parsers.
173175
- Designed for use cases that need package enumeration without dependency resolution: SBOM generation, vulnerability scanning, license compliance, integrity verification
174176
- For full dependency tree analysis ("why is X installed?"), use `@npmcli/arborist` instead
175177

176-
[unreleased]: https://github.com/indexzero/flatlock/compare/1.5.1...HEAD
178+
[unreleased]: https://github.com/indexzero/flatlock/compare/1.6.0...HEAD
179+
[1.6.0]: https://github.com/indexzero/flatlock/compare/1.5.1...1.6.0
177180
[1.5.1]: https://github.com/indexzero/flatlock/compare/1.5.0...1.5.1
178181
[1.5.0]: https://github.com/indexzero/flatlock/compare/1.4.0...1.5.0
179182
[1.4.0]: https://github.com/indexzero/flatlock/compare/1.3.0...1.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flatlock",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "The Matlock of lockfile parsers - extracts packages without building dependency graphs",
55
"keywords": [
66
"lockfile",

0 commit comments

Comments
 (0)