We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d596d88 commit 1112123Copy full SHA for 1112123
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.10.0](https://github.com/node-modules/compressing/compare/v1.9.1...v1.10.0) (2023-08-24)
4
+
5
6
+### Features
7
8
+* support uncompressing symlink ([#31](https://github.com/node-modules/compressing/issues/31)) ([d596d88](https://github.com/node-modules/compressing/commit/d596d8876e09f67d50f6676e0fa511e4afde2c40))
9
10
## [1.9.1](https://github.com/node-modules/compressing/compare/v1.9.0...v1.9.1) (2023-08-02)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "compressing",
- "version": "1.9.1",
+ "version": "1.10.0",
"description": "Everything you need for compressing and uncompressing",
"main": "index.js",
"scripts": {
0 commit comments