Skip to content

Commit

Permalink
Release 3.0.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 7, 2014
1 parent bb24fa1 commit 650513e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.6
* Fix missing semicolon when comment comes after last declaration.
* Fix Safe Mode declaration parsing on unclosed blocks.

## 3.0.5
* Fix parser to support difficult cases with backslash escape and brackets.
* Add `CssSyntaxError#stack` (by Maxime Thirouin).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "3.0.5",
"version": "3.0.6",
"description": "Framework for CSS postprocessors with full source map support",
"keywords": ["css", "parser", "postproccessor", "source map"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
Expand Down

0 comments on commit 650513e

Please sign in to comment.