Skip to content

Commit 674915c

Browse files
Release 1.9.0
[skip ci] ## [1.9.0](v1.8.0...v1.9.0) (2023-03-26) ### Features * add decompress alias to uncompress ([#90](#90)) ([290b7b3](290b7b3))
1 parent 290b7b3 commit 674915c

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.9.0](https://github.com/node-modules/compressing/compare/v1.8.0...v1.9.0) (2023-03-26)
4+
5+
6+
### Features
7+
8+
* add decompress alias to uncompress ([#90](https://github.com/node-modules/compressing/issues/90)) ([290b7b3](https://github.com/node-modules/compressing/commit/290b7b3c864d8901550239e066ec753de4bb91ba))
9+
310
## [1.8.0](https://github.com/node-modules/compressing/compare/v1.7.0...v1.8.0) (2023-02-24)
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.8.0",
3+
"version": "1.9.0",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)