Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Jul 6, 2015
1 parent 96b33fb commit 56747c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 1.1.0
# 1.2.0 2015-07-06

Use PostCSS 4.1 plugin API.

# 1.1.0 2014-12-15

Add `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.

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-minmax",
"version": "1.1.0",
"version": "1.2.0",
"description": "Using more intuitive `>=` or `<=` instead of media queries min/max prefix.",
"scripts": {
"test": "tape test"
Expand Down

0 comments on commit 56747c3

Please sign in to comment.