We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5f04a commit 6296214Copy full SHA for 6296214
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [1.10.1](https://github.com/node-modules/compressing/compare/v1.10.0...v1.10.1) (2024-05-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "compressing",
- "version": "1.10.1",
+ "version": "1.10.2",
"description": "Everything you need for compressing and uncompressing",
"main": "index.js",
"scripts": {
0 commit comments