Skip to content

Commit 09bad76

Browse files
release: bump v2.2.0 (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8506701 commit 09bad76

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)