From 852b32b3a6d8ebfcc86cf24daeabdf68a487fb78 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 9 May 2023 13:40:18 +0300 Subject: [PATCH] chore: package: v1.0.3 --- ChangeLog | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19fe592..d52c9af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023.05.09, v1.0.3 + +feature: +- 91ce4cf @putout/minify: add minify-dead-code +- e1d081a @putout/minify: add minify type constructors + 2023.05.09, v1.0.2 feature: diff --git a/package.json b/package.json index 68cddd2..e8c2ab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/minify", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "author": "coderaiser (https://github.com/coderaiser)", "description": "🐊Putout-based minifier",