Skip to content

Commit fb0f00d

Browse files
Release 1.7.0
[skip ci] ## [1.7.0](v1.6.3...v1.7.0) (2023-01-12) ### Features * uncompress support overwrite file mode ([#81](#81)) ([53f6e0d](53f6e0d))
1 parent 53f6e0d commit fb0f00d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.6.3](https://github.com/node-modules/compressing/compare/v1.6.2...v1.6.3) (2022-12-22)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compressing",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)