Skip to content

Commit 9b4dca8

Browse files
committed
Update package.json and README
1 parent e5093bb commit 9b4dca8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ grunt.initConfig({
103103

104104
## Release History
105105

106+
+ v4.0.0: Update csscomb.js to v4; update dependencies.
106107
+ v3.1.1: Update grunt version.
107108
+ v3.0.0: Update csscomb.js to v3.0 but `grunt-csscomb` API doesn't change.
108109
+ v2.0.1: Stop searching config if we reach root directory.

package.json

Lines changed: 1 addition & 1 deletion
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.1.1",
4+
"version": "4.0.0",
55
"homepage": "https://github.com/csscomb/grunt-csscomb",
66
"author": [
77
{

0 commit comments

Comments
 (0)