diff --git a/README.md b/README.md index b69045f..74b1374 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,9 @@ This will generate the following output: ## Changelog +#####0.2.3 +- fixed html minify bug + #####0.2.2 - allow gulp-usemin to work with minified source HTML (by CWSpear) - fixed alternate path bug (by CWSpear) diff --git a/package.json b/package.json index 9d2448c..5645812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-usemin", - "version": "0.2.2", + "version": "0.2.3", "description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).", "main": "index.js", "dependencies": {