Skip to content

Commit 137d9d7

Browse files
committed
v0.7.1.
1 parent cd91625 commit 137d9d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.7.1
4+
5+
* Switch to ESLint
6+
* Fix tests issue
7+
38
## v0.7.0
49

510
* Update UnCSS to v0.15.0 (Node.js >= 4 is required)

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.7.0",
4+
"version": "0.7.1",
55
"homepage": "https://github.com/addyosmani/grunt-uncss",
66
"author": "Addy Osmani <[email protected]> (https://addyosmani.com)",
77
"maintainers": [

0 commit comments

Comments
 (0)