diff --git a/ChangeLog b/ChangeLog index ad62187..908d451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024.11.18, v12.0.0 + +feature: +- 3f40172 minify: esbuild v0.24.0 +- 16f69c3 minify: add ability to configure css (#130) + 2024.09.12, v11.4.1 feature: diff --git a/package.json b/package.json index 4c3da92..6d42d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "11.4.1", + "version": "12.0.0", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",