Skip to content

Commit 284bfdf

Browse files
committed
Release 0.6 version
1 parent c75a001 commit 284bfdf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6
2+
* Use PostCSS 5.0.
3+
* Remove `safe` parameter. Use Safe Parser.
4+
* Add `syntax`, `parser` and `stringifier` parameters.
5+
16
## 0.5.1
27
* Fix string source map support (by Jan Nicklas).
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-loader",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "PostCSS loader for webpack",
55
"keywords": ["webpack", "loader", "css", "postcss", "postcss-runner"],
66
"author": "Andrey Sitnik <andrey@sitnik.ru>",

0 commit comments

Comments
 (0)