Skip to content

Commit 5dbee55

Browse files
committed
v0.7.0.
1 parent 4e6e6e2 commit 5dbee55

File tree

3 files changed

+105
-146
lines changed

3 files changed

+105
-146
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# grunt-uncss Changelog
22

3+
## v0.7.0
4+
5+
* Update UnCSS to v0.15.0 (Node.js >= 4 is required)
6+
* Update chalk to v2.0.1
7+
* Update devDependencies to their latest versions
8+
* Fix tests issues
9+
310
## v0.6.2
411

512
* Update devDependencies to their latest versions.

package-lock.json

Lines changed: 97 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-uncss",
33
"description": "A grunt task for generating CSS files containing only those styles used in your project.",
4-
"version": "0.6.2",
4+
"version": "0.7.0",
55
"homepage": "https://github.com/addyosmani/grunt-uncss",
66
"author": "Addy Osmani <[email protected]> (https://addyosmani.com)",
77
"maintainers": [

0 commit comments

Comments
 (0)