Skip to content

Commit ff9178c

Browse files
Release 1.9.1
[skip ci] ## [1.9.1](v1.9.0...v1.9.1) (2023-08-02) ### Bug Fixes * Use '/' path separator on Windows for tar archives ([#24](#24)) ([3aa065b](3aa065b))
1 parent 3aa065b commit ff9178c

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.1](https://github.com/node-modules/compressing/compare/v1.9.0...v1.9.1) (2023-08-02)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.9.0](https://github.com/node-modules/compressing/compare/v1.8.0...v1.9.0) (2023-03-26)
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.9.0",
3+
"version": "1.9.1",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)