diff --git a/CHANGELOG.md b/CHANGELOG.md index 898b854..8ee2b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.1](https://github.com/node-modules/compressing/compare/v1.9.0...v1.9.1) (2023-08-02) + + +### Bug Fixes + +* Use '/' path separator on Windows for tar archives ([#24](https://github.com/node-modules/compressing/issues/24)) ([3aa065b](https://github.com/node-modules/compressing/commit/3aa065b755c481a7a3f92b6184cd8bfd7b776a09)) + ## [1.9.0](https://github.com/node-modules/compressing/compare/v1.8.0...v1.9.0) (2023-03-26) diff --git a/package.json b/package.json index 2f91577..db4f203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compressing", - "version": "1.9.0", + "version": "1.9.1", "description": "Everything you need for compressing and uncompressing", "main": "index.js", "scripts": {