Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 27, 2016
1 parent 31325c3 commit 43b22b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.4 (January 27, 2016)

- one more fix (in `restructRuleset` this time) with merge of rulesets when a ruleset with same specificity places between them (#264)
- disable partitial merge of rulesets in `@keyframes` rulesets (until sure it's correct)

## 1.5.3 (January 25, 2016)

- don't override display values with different browser support (#259)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.5.3",
"version": "1.5.4",
"homepage": "https://github.com/css/csso",
"author": "Sergey Kryzhanovsky <[email protected]> (https://github.com/afelix)",
"maintainers": [
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"browserify": "^13.0.0",
"jscs": "^2.6.0",
"jscs": "~2.9.0",
"mocha": "~2.3.3",
"uglify-js": "^2.6.1"
},
Expand Down

0 comments on commit 43b22b8

Please sign in to comment.