From fef3fd8f53153661e3f4ccd29a2a6abfd066752e Mon Sep 17 00:00:00 2001 From: Alexander Zonov Date: Wed, 12 Feb 2014 12:40:05 +0400 Subject: [PATCH] v0.2.3 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {