We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f6e0d commit fb0f00dCopy full SHA for fb0f00d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.7.0](https://github.com/node-modules/compressing/compare/v1.6.3...v1.7.0) (2023-01-12)
4
+
5
6
+### Features
7
8
+* uncompress support overwrite file mode ([#81](https://github.com/node-modules/compressing/issues/81)) ([53f6e0d](https://github.com/node-modules/compressing/commit/53f6e0d3bd190b78a45904d7897bfa08f397aac2))
9
10
## [1.6.3](https://github.com/node-modules/compressing/compare/v1.6.2...v1.6.3) (2022-12-22)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "compressing",
- "version": "1.6.3",
+ "version": "1.7.0",
"description": "Everything you need for compressing and uncompressing",
"main": "index.js",
"scripts": {
0 commit comments