Skip to content

Commit

Permalink
Release 5.0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 1, 2015
1 parent 2860300 commit 4909ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.4
* Fix start position in `Root#source`.
* Fix source map annotation, when CSS uses `\r\n` (by Mohammad Younes).

## 5.0.3
* Fix `url()` parsing.
* Fix using `selectors` in `Rule` constructor.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "5.0.3",
"version": "5.0.4",
"description": "Tool for transforming styles with JS plugins",
"keywords": [
"css",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"concat-with-sourcemaps": "1.0.2",
"postcss-parser-tests": "5.0.1",
"postcss-parser-tests": "5.0.2",
"gulp-json-editor": "2.2.1",
"gulp-istanbul": "0.10.0",
"run-sequence": "1.1.2",
Expand Down

0 comments on commit 4909ed3

Please sign in to comment.