File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.2.0] - 2026-01-25
11+
12+ ### Added
13+ - add nxz command-line tool (cli) ([ 8506701] ( https://github.com/oorabona/node-liblzma/commit/8506701 ) )
14+ - add utility functions for improved DX ([ 02dadd7] ( https://github.com/oorabona/node-liblzma/commit/02dadd7 ) )
15+
16+ ### Changed
17+ - update README badges ([ face962] ( https://github.com/oorabona/node-liblzma/commit/face962 ) )
18+ - simplify commit message examples in contributing guide ([ 698508a] ( https://github.com/oorabona/node-liblzma/commit/698508a ) )
19+ - create-tag → build-artifacts → publish ([ 6f98bb2] ( https://github.com/oorabona/node-liblzma/commit/6f98bb2 ) )
20+
1021## [ 2.1.0] - 2026-01-25
1122
1223### Added
@@ -290,11 +301,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
290301- C++ binding support ENCODE/DECODE
291302- Async support
292303
293- [ Unreleased ] : https://github.com/oorabona/node-liblzma/compare/v2.1 .0...HEAD
304+ [ Unreleased ] : https://github.com/oorabona/node-liblzma/compare/v2.2 .0...HEAD
294305[ 2.0.3 ] : https://github.com/oorabona/node-liblzma/compare/v2.0.2...v2.0.3
295306[ 2.0.2 ] : https://github.com/oorabona/node-liblzma/compare/v2.0.1...v2.0.2
296307[ 2.0.1 ] : https://github.com/oorabona/node-liblzma/compare/v2.0.0...v2.0.1
297308[ 2.0.0 ] : https://github.com/oorabona/node-liblzma/compare/v1.1.9...v2.0.0
298309[ 1.1.9 ] : https://github.com/oorabona/node-liblzma/releases/tag/v1.1.9
299310[ v2.1.0 ] : https://github.com/oorabona/node-liblzma/releases/tag/v2.1.0
300- [ 2.1.0 ] : https://github.com/oorabona/node-liblzma/releases/tag/v2.1.0
311+ [ 2.1.0 ] : https://github.com/oorabona/node-liblzma/releases/tag/v2.1.0
312+ [ v2.2.0 ] : https://github.com/oorabona/node-liblzma/releases/tag/v2.2.0
313+ [ 2.2.0 ] : https://github.com/oorabona/node-liblzma/releases/tag/v2.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " node-liblzma" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " NodeJS wrapper for liblzma" ,
55 "type" : " module" ,
66 "main" : " ./lib/lzma.js" ,
You can’t perform that action at this time.
0 commit comments