Skip to content

Commit 74e5dff

Browse files
committed
Release v3.0.0
1 parent 73b2b3b commit 74e5dff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ grunt.initConfig({
103103

104104
## Release History
105105

106-
106+
+ v3.0.0: Update csscomb.js to v3.0 but `grunt-csscomb` API doesn't change.
107107
+ v2.0.1: Stop searching config if we reach root directory.
108108
+ v2.0.0: Bump up.
109109
+ v1.2.1: Bump up.
110-
+ v1.2.0: Update csscomb.js to version 2.0 and change `sortOrder` to `config`.
110+
+ v1.2.0: Update csscomb.js to v2.0 and change API `sortOrder` to `config`.
111111
+ v1.1.0: Improve process.
112112
+ v1.0.0: Support [csscomb.js](http://github.com/csscomb/csscomb.js).
113113
+ v0.5.0: Enable multiple files.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-csscomb",
33
"description": "The grunt plugin for sorting CSS properties in specific order.",
4-
"version": "3.0.0-1",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/csscomb/grunt-csscomb",
66
"author": [
77
{
@@ -47,9 +47,9 @@
4747
},
4848
"devDependencies": {
4949
"grunt": "^0.4.5",
50-
"grunt-contrib-clean": "^0.4.0",
50+
"grunt-contrib-clean": "^0.5.0",
5151
"grunt-contrib-jshint": "^0.10.0",
52-
"grunt-contrib-nodeunit": "^0.4.0"
52+
"grunt-contrib-nodeunit": "^0.4.1"
5353
},
5454
"peerDependencies": {
5555
"grunt": "^0.4.5"

0 commit comments

Comments
 (0)