Skip to content

Commit 44b6e14

Browse files
committed
chore(tar-xz): release v6.1.1
1 parent 5114c33 commit 44b6e14

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

packages/tar-xz/CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## [6.1.1] - 2026-05-06
6+
7+
### Changed
8+
- enrich package metadata (description + keywords) for 3 packages (#141) ([5f0bb5b](https://github.com/oorabona/node-liblzma/commit/5f0bb5b))
9+
- document TarEntryTypeValue with JSDoc + expose in index (#137) (tar-xz) ([fe56124](https://github.com/oorabona/node-liblzma/commit/fe56124))
10+
- add tar-xz API and nxz CLI to GitHub Pages (#133) (pages) ([2c22298](https://github.com/oorabona/node-liblzma/commit/2c22298))
11+
- close 7 final coverage partials to reach 100% (#131) (tar-xz) ([0830fac](https://github.com/oorabona/node-liblzma/commit/0830fac))
12+
- close 7 coverage partials with surgical v8 ignores (#130) (tar-xz) ([de86c0c](https://github.com/oorabona/node-liblzma/commit/de86c0c))
13+
- close extract.ts coverage partials with v8 ignores (#129) (tar-xz) ([3abb041](https://github.com/oorabona/node-liblzma/commit/3abb041))
14+
- close file.ts coverage partials with tests + v8 ignores (#128) (tar-xz) ([8e51020](https://github.com/oorabona/node-liblzma/commit/8e51020))
15+
- cover three trivial file.ts branches (mtime=0, FILE type, mode=0) (#126) (tar-xz) ([5c496f8](https://github.com/oorabona/node-liblzma/commit/5c496f8))
16+
- close remaining coverage gaps to 100% lines (#125) (tar-xz) ([7189f8e](https://github.com/oorabona/node-liblzma/commit/7189f8e))
17+
- cover toAsyncIterable across Node and Browser variants (#124) (tar-xz) ([8c0f994](https://github.com/oorabona/node-liblzma/commit/8c0f994))
18+
- wrap defensive-unreachable branches with v8 ignore start/stop (#123) (tar-xz) ([add1724](https://github.com/oorabona/node-liblzma/commit/add1724))
19+
- remove dead biome suppression in tar-xz node-api spec (#119) (lint) ([49c7f14](https://github.com/oorabona/node-liblzma/commit/49c7f14))
20+
- biome warnings sweep + cognitive-complexity extract-method (63→1) (#115) ([ad2e18f](https://github.com/oorabona/node-liblzma/commit/ad2e18f))
21+
22+
### Fixed
23+
- use absolute URLs in typedoc navigationLinks (#136) (docs) ([cd1185c](https://github.com/oorabona/node-liblzma/commit/cd1185c))
24+
- include CHANGELOG.md and SECURITY.md in published tarball (tar-xz) ([408e955](https://github.com/oorabona/node-liblzma/commit/408e955))
25+
526
## [6.1.0] - 2026-04-29
627

728
### ⚠️ BREAKING CHANGES
@@ -131,6 +152,8 @@ See [README.md § Migration v5 → v6](./README.md#migration-v5--v6) for full co
131152

132153
- Workspace package versions synchronized to npm registry (3.2.0 → 5.0.0). Internal infrastructure updates (CI workflows, lockfile maintenance, anti-flake test cleanup). No API changes.
133154

134-
[Unreleased]: https://github.com/oorabona/node-liblzma/compare/v6.1.0...HEAD
155+
[Unreleased]: https://github.com/oorabona/node-liblzma/compare/v6.1.1...HEAD
135156
[v6.1.0]: https://github.com/oorabona/node-liblzma/releases/tag/v6.1.0
136-
[6.1.0]: https://github.com/oorabona/node-liblzma/releases/tag/v6.1.0
157+
[6.1.0]: https://github.com/oorabona/node-liblzma/releases/tag/v6.1.0
158+
[v6.1.1]: https://github.com/oorabona/node-liblzma/releases/tag/v6.1.1
159+
[6.1.1]: https://github.com/oorabona/node-liblzma/releases/tag/v6.1.1

packages/tar-xz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tar-xz",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Create and extract tar.xz archives with streaming support for Node.js and buffer-based API for browsers",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)