Skip to content

Commit a8d4539

Browse files
Release 1.6.3
[skip ci] ## [1.6.3](v1.6.2...v1.6.3) (2022-12-22) ### Bug Fixes * throw error when source is not exists ([#78](#78)) ([7785c72](7785c72))
1 parent 7785c72 commit a8d4539

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.6.3](https://github.com/node-modules/compressing/compare/v1.6.2...v1.6.3) (2022-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* throw error when source is not exists ([#78](https://github.com/node-modules/compressing/issues/78)) ([7785c72](https://github.com/node-modules/compressing/commit/7785c728d8f62b55fcce29961dc1edc54711d266))

package.json

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

0 commit comments

Comments
 (0)