Skip to content

Commit d173d2d

Browse files
committedMay 23, 2024·
Release 1.10.1
[skip ci] ## [1.10.1](v1.10.0...v1.10.1) (2024-05-23) ### Bug Fixes * support windows directory detect ([#106](#106)) ([122091b](122091b))
1 parent 122091b commit d173d2d

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.10.1](https://github.com/node-modules/compressing/compare/v1.10.0...v1.10.1) (2024-05-23)
4+
5+
6+
### Bug Fixes
7+
8+
* support windows directory detect ([#106](https://github.com/node-modules/compressing/issues/106)) ([122091b](https://github.com/node-modules/compressing/commit/122091b9abc95bed876b06d980323b6937e77c0d))
9+
310
## [1.10.0](https://github.com/node-modules/compressing/compare/v1.9.1...v1.10.0) (2023-08-24)
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.10.0",
3+
"version": "1.10.1",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.