Version 1.1.7.
authorGoalSmashers <jakub@goalsmashers.com>
Mon, 28 Oct 2013 21:21:37 +0000 (22:21 +0100)
committerGoalSmashers <jakub@goalsmashers.com>
Mon, 28 Oct 2013 21:23:10 +0000 (22:23 +0100)
History.md
package.json

index 3101be1..f93b789 100644 (file)
@@ -6,6 +6,11 @@
 * Adds simplified and much faster empty elements removal.
 * Adds missing `@import` processing to our benchmark (run via `npm run bench`).
 
+1.1.7 / 2013-10-28
+==================
+
+* Fixed issue [#156](https://github.com/GoalSmashers/clean-css/issues/156) - `@import`s inside comments.
+
 1.1.6 / 2013-10-26
 ==================
 
index fde3027..af379c3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "clean-css",
-  "version": "1.1.6",
+  "version": "1.1.7",
   "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
   "description": "A well-tested CSS minifier",
   "license": "MIT",