From ff9178c51ff0f2e75ac0b31cc661cf43bc657035 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Aug 2023 17:36:56 +0000 Subject: [PATCH] Release 1.9.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {