Skip to content

Commit

Permalink
Release 3.0.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 27, 2014
1 parent aef448a commit cf8aac8
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.5
* Fix parser to support difficult cases with backslash escape and brackets.
* Add `CssSyntaxError#stack` (by Maxime Thirouin).

## 3.0.4
* Fix Safe Mode on unknown word before declaration.

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.4",
"version": "3.0.5",
"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 cf8aac8

Please sign in to comment.