Skip to content

Commit cf41125

Browse files
Release 2.1.2
[skip ci] ## <small>2.1.2 (2026-08-05)</small> * test: use node:crypto randomUUID instead of uuid dependency (#143) ([c0d269f](c0d269f)), closes [#143](#143) [#139](#139) * ci: add Node.js 26 to the test matrix (#141) ([5c725e6](5c725e6)), closes [#141](#141) [#140](#140) * fix: resolve symlink chains fully when extracting (#140) ([72a3c84](72a3c84)), closes [#140](#140)
1 parent c0d269f commit cf41125

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
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## <small>2.1.2 (2026-08-05)</small>
4+
5+
* test: use node:crypto randomUUID instead of uuid dependency (#143) ([c0d269f](https://github.com/node-modules/compressing/commit/c0d269f)), closes [#143](https://github.com/node-modules/compressing/issues/143) [#139](https://github.com/node-modules/compressing/issues/139)
6+
* ci: add Node.js 26 to the test matrix (#141) ([5c725e6](https://github.com/node-modules/compressing/commit/5c725e6)), closes [#141](https://github.com/node-modules/compressing/issues/141) [#140](https://github.com/node-modules/compressing/issues/140)
7+
* fix: resolve symlink chains fully when extracting (#140) ([72a3c84](https://github.com/node-modules/compressing/commit/72a3c84)), closes [#140](https://github.com/node-modules/compressing/issues/140)
8+
39
## <small>2.1.1 (2026-04-13)</small>
410

511
* fix: prevent symlink path traversal via pre-existing symlinks during tar extraction ([9c885e5](https://github.com/node-modules/compressing/commit/9c885e5))

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

0 commit comments

Comments
 (0)