From befbcd53f34b6bd80b9945ffccf0980a123c8366 Mon Sep 17 00:00:00 2001 From: Mike Cook Date: Mon, 24 Nov 2014 13:11:34 +0000 Subject: [PATCH] 0.4.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01adab8..cce6aed 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,6 @@ If the file destination is a folder, the stylesheet will be created in that fold In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History +* 2014-11-21 v0.4.0 Adds support for nested media queries * 2014-11-21 v0.3.0 Adds log file * 2014-11-21 v0.2.3 Initial release diff --git a/package.json b/package.json index 4a7a815..95b2f99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-merge-media", "description": "Merge duplicate media queries", - "version": "0.3.0", + "version": "0.4.0", "homepage": "https://github.com/migstopheles/grunt-merge-media", "author": { "name": "Mike Cook",