Skip to content

Commit 1c1b725

Browse files
Release 1.10.4
[skip ci] ## <small>1.10.4 (2026-01-28)</small> * fix: prevent arbitrary file write via symlink extraction (#133) ([8d16c19](8d16c19)), closes [#133](#133) * chore: add permissions to auto release ([01acc46](01acc46)) * chore: add warnning message ([2368a03](2368a03)) * chore: start 1.x branch ([6f936e0](6f936e0)) * chore: support auto merge queue ([f2344e7](f2344e7)) * chore: typo fix on branch ([41a5eae](41a5eae))
1 parent 8d16c19 commit 1c1b725

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## <small>1.10.4 (2026-01-28)</small>
4+
5+
* fix: prevent arbitrary file write via symlink extraction (#133) ([8d16c19](https://github.com/node-modules/compressing/commit/8d16c19)), closes [#133](https://github.com/node-modules/compressing/issues/133)
6+
* chore: add permissions to auto release ([01acc46](https://github.com/node-modules/compressing/commit/01acc46))
7+
* chore: add warnning message ([2368a03](https://github.com/node-modules/compressing/commit/2368a03))
8+
* chore: start 1.x branch ([6f936e0](https://github.com/node-modules/compressing/commit/6f936e0))
9+
* chore: support auto merge queue ([f2344e7](https://github.com/node-modules/compressing/commit/f2344e7))
10+
* chore: typo fix on branch ([41a5eae](https://github.com/node-modules/compressing/commit/41a5eae))
11+
312
## [1.10.3](https://github.com/node-modules/compressing/compare/v1.10.2...v1.10.3) (2025-05-24)
413

514

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

0 commit comments

Comments
 (0)