From ea43718327d0e0d2de8929f2a479643002a3c1fe Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 10 Dec 2023 15:14:21 +0200 Subject: [PATCH] chore: minify: v11.0.0 --- ChangeLog | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b2e98b5..3643f33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2023.12.10, v11.0.0 + +feature: +- 3531373 minify: find-up v7.0.0 +- 0f6ef50 minify: eslint-plugin-putout v21.1.0 +- a0063c8 minify: escover v4.0.0 +- 560579e minify: @putout/minify v3.0.0 +- 355492c minify: madrun v10.0.0 +- 3a58621 minify: putout v34.0.0 +- 919752e package: putout v32.0.6 +- 77c95a9 package: eslint-plugin-putout v20.0.0 + 2023.08.29, v10.5.2 fix: diff --git a/package.json b/package.json index 9e42402..69630c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "10.5.2", + "version": "11.0.0", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",