Skip to content

Commit 7d3ab4e

Browse files
Release 1.8.0
[skip ci] ## [1.8.0](v1.7.0...v1.8.0) (2023-02-24) ### Features * use @eggjs/yauzl to close Buffer() is deprecated message ([#86](#86)) ([3a0a5f5](3a0a5f5))
1 parent 3a0a5f5 commit 7d3ab4e

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.8.0](https://github.com/node-modules/compressing/compare/v1.7.0...v1.8.0) (2023-02-24)
4+
5+
6+
### Features
7+
8+
* use @eggjs/yauzl to close Buffer() is deprecated message ([#86](https://github.com/node-modules/compressing/issues/86)) ([3a0a5f5](https://github.com/node-modules/compressing/commit/3a0a5f5d9b1cc8e3bc33735b8cd511ecdf2ddf70))
9+
310
## [1.7.0](https://github.com/node-modules/compressing/compare/v1.6.3...v1.7.0) (2023-01-12)
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.7.0",
3+
"version": "1.8.0",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)