From d173d2de13de0e7a7a80e1c489d30aefd0c459c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 May 2024 06:35:31 +0000 Subject: [PATCH] Release 1.10.1 [skip ci] ## [1.10.1](https://github.com/node-modules/compressing/compare/v1.10.0...v1.10.1) (2024-05-23) ### Bug Fixes * support windows directory detect ([#106](https://github.com/node-modules/compressing/issues/106)) ([122091b](https://github.com/node-modules/compressing/commit/122091b9abc95bed876b06d980323b6937e77c0d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dc4e8..d93c4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.1](https://github.com/node-modules/compressing/compare/v1.10.0...v1.10.1) (2024-05-23) + + +### Bug Fixes + +* support windows directory detect ([#106](https://github.com/node-modules/compressing/issues/106)) ([122091b](https://github.com/node-modules/compressing/commit/122091b9abc95bed876b06d980323b6937e77c0d)) + ## [1.10.0](https://github.com/node-modules/compressing/compare/v1.9.1...v1.10.0) (2023-08-24) diff --git a/package.json b/package.json index b64d111..bce3f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compressing", - "version": "1.10.0", + "version": "1.10.1", "description": "Everything you need for compressing and uncompressing", "main": "index.js", "scripts": {