Skip to content

Commit

Permalink
Prepare version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dryoma committed Oct 21, 2016
1 parent c79cd18 commit a5d7e97
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 @@
# 0.2.2

* Fixed: walk would throw if `filter` argument is not passed.

# 0.2.1

* Fixed: the module failing with TypeError in Node.js 0.12.
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-media-query-parser",
"version": "0.2.1",
"version": "0.2.2",
"description": "A tool for parsing media query lists.",
"main": "dist/index.js",
"keywords": [
Expand Down

0 comments on commit a5d7e97

Please sign in to comment.