Skip to content

Commit 9478897

Browse files
Release 1.10.3
[skip ci] ## [1.10.3](v1.10.2...v1.10.3) (2025-05-24) ### Bug Fixes * link relative paths for better portability ([#111](#111)) ([2684ca2](2684ca2))
1 parent 2684ca2 commit 9478897

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.10.3](https://github.com/node-modules/compressing/compare/v1.10.2...v1.10.3) (2025-05-24)
4+
5+
6+
### Bug Fixes
7+
8+
* link relative paths for better portability ([#111](https://github.com/node-modules/compressing/issues/111)) ([2684ca2](https://github.com/node-modules/compressing/commit/2684ca212a10736ac222acf9d9bc4884dd46e139))
9+
310
## [1.10.2](https://github.com/node-modules/compressing/compare/v1.10.1...v1.10.2) (2025-05-22)
411

512

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

0 commit comments

Comments
 (0)