Skip to content

Commit 4520711

Browse files
Release 2.0.1
[skip ci] ## <small>2.0.1 (2026-01-28)</small> * fix: prevent arbitrary file write via symlink extraction ([b8dca23](b8dca23)) * Merge commit from fork ([ce1c013](ce1c013)) * chore: Configure Renovate (#121) ([fd321da](fd321da)), closes [#121](#121) * chore: fix trust publish ([92df8f9](92df8f9)) * test: fix test cases for uncompress stream (#118) ([5f281d9](5f281d9)), closes [#118](#118)
1 parent b8dca23 commit 4520711

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## <small>2.0.1 (2026-01-28)</small>
4+
5+
* fix: prevent arbitrary file write via symlink extraction ([b8dca23](https://github.com/node-modules/compressing/commit/b8dca23))
6+
* Merge commit from fork ([ce1c013](https://github.com/node-modules/compressing/commit/ce1c013))
7+
* chore: Configure Renovate (#121) ([fd321da](https://github.com/node-modules/compressing/commit/fd321da)), closes [#121](https://github.com/node-modules/compressing/issues/121)
8+
* chore: fix trust publish ([92df8f9](https://github.com/node-modules/compressing/commit/92df8f9))
9+
* test: fix test cases for uncompress stream (#118) ([5f281d9](https://github.com/node-modules/compressing/commit/5f281d9)), closes [#118](https://github.com/node-modules/compressing/issues/118)
10+
311
## 2.0.0 (2025-08-09)
412

513
* fix: impl _final method instead hack pipe event (#114) ([ba52b7b](https://github.com/node-modules/compressing/commit/ba52b7b)), closes [#114](https://github.com/node-modules/compressing/issues/114)

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.0",
3+
"version": "2.0.1",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)