diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1651404 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.6.3](https://github.com/node-modules/compressing/compare/v1.6.2...v1.6.3) (2022-12-22) + + +### Bug Fixes + +* 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)) diff --git a/package.json b/package.json index 89b1b95..b7262ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compressing", - "version": "1.6.2", + "version": "1.6.3", "description": "Everything you need for compressing and uncompressing", "main": "index.js", "scripts": {