From 7759d3e558f52323bc346da640c157cca7a4d3dd Mon Sep 17 00:00:00 2001 From: Alexander Zonov Date: Mon, 12 Jan 2015 18:33:36 +0300 Subject: [PATCH] v0.3.9 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f88f759..d3ba054 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ This will generate the following output: ## Changelog +#####0.3.9 +- async tasks support + #####0.3.8 - allow removal option (by tejohnso) - added support for single quotes (by adicirstei) diff --git a/package.json b/package.json index b9a6385..ea32858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-usemin", - "version": "0.3.8", + "version": "0.3.9", "description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).", "main": "index.js", "dependencies": {