diff --git a/ChangeLog b/ChangeLog index 1a79e3f..7caa8a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024.07.03, v11.3.0 + +feature: +- 01883ba minify: js: add support of esbuild + 2024.06.13, v11.2.1 feature: diff --git a/package.json b/package.json index ca47761..93959bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "11.2.1", + "version": "11.3.0", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",