From 11121237f91583669bac632c20dc6ae65cf81683 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Aug 2023 03:59:57 +0000 Subject: [PATCH] Release 1.10.0 [skip ci] ## [1.10.0](https://github.com/node-modules/compressing/compare/v1.9.1...v1.10.0) (2023-08-24) ### Features * support uncompressing symlink ([#31](https://github.com/node-modules/compressing/issues/31)) ([d596d88](https://github.com/node-modules/compressing/commit/d596d8876e09f67d50f6676e0fa511e4afde2c40)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b396cb..22dc4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/node-modules/compressing/compare/v1.9.1...v1.10.0) (2023-08-24) + + +### Features + +* support uncompressing symlink ([#31](https://github.com/node-modules/compressing/issues/31)) ([d596d88](https://github.com/node-modules/compressing/commit/d596d8876e09f67d50f6676e0fa511e4afde2c40)) + ## [1.9.1](https://github.com/node-modules/compressing/compare/v1.9.0...v1.9.1) (2023-08-02) diff --git a/package.json b/package.json index 533fef1..961c9e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compressing", - "version": "1.9.1", + "version": "1.10.0", "description": "Everything you need for compressing and uncompressing", "main": "index.js", "scripts": {