Skip to content

Commit 6296214

Browse files
Release 1.10.2
[skip ci] ## [1.10.2](v1.10.1...v1.10.2) (2025-05-22) ### Bug Fixes * should handle ./ relative path ([#109](#109)) ([8e5f04a](8e5f04a))
1 parent 8e5f04a commit 6296214

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.2](https://github.com/node-modules/compressing/compare/v1.10.1...v1.10.2) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* should handle ./ relative path ([#109](https://github.com/node-modules/compressing/issues/109)) ([8e5f04a](https://github.com/node-modules/compressing/commit/8e5f04a8992b8fb3f79296796b0555a849059d63))
9+
310
## [1.10.1](https://github.com/node-modules/compressing/compare/v1.10.0...v1.10.1) (2024-05-23)
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.1",
3+
"version": "1.10.2",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)