Skip to content

Commit 13d0415

Browse files
Release 2.1.0
[skip ci] ## 2.1.0 (2026-01-28) * feat: support strip for all archive `uncompress` (#117) ([15d24cd](15d24cd)), closes [#117](#117) [hi#level](https://github.com/hi/issues/level)
1 parent 15d24cd commit 13d0415

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.0 (2026-01-28)
4+
5+
* feat: support strip for all archive `uncompress` (#117) ([15d24cd](https://github.com/node-modules/compressing/commit/15d24cd)), closes [#117](https://github.com/node-modules/compressing/issues/117) [hi#level](https://github.com/hi/issues/level)
6+
37
## <small>2.0.1 (2026-01-28)</small>
48

59
* fix: prevent arbitrary file write via symlink extraction ([b8dca23](https://github.com/node-modules/compressing/commit/b8dca23))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compressing",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)