Skip to content

Commit 68c1210

Browse files
committed
release: bump v2.0.1
1 parent 7ae406d commit 68c1210

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [2.0.1] - 2025-10-06
11+
1012
### Added
1113
- **TypeScript Support**: Complete migration from CoffeeScript to TypeScript for better type safety and developer experience
1214
- **Promise APIs**: New async functions `xzAsync()` and `unxzAsync()` with Promise support
@@ -207,3 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207209
- Initial version
208210
- C++ binding support ENCODE/DECODE
209211
- Async support
212+
213+
[Unreleased]: https://github.com/oorabona/node-liblzma/compare/v2.0.1...HEAD
214+
[v2.0.1]: https://github.com/oorabona/node-liblzma/releases/tag/v2.0.1
215+
[2.0.1]: https://github.com/oorabona/node-liblzma/releases/tag/v2.0.1

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.0.0",
3+
"version": "2.0.1",
44
"description": "NodeJS wrapper for liblzma",
55
"type": "module",
66
"main": "./lib/lzma.js",

0 commit comments

Comments
 (0)