Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Apr 1, 2016
1 parent a64bde1 commit 30b6dcd
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 @@
# 2.1.2 2016-04-01

Fix: incorrect output when using both > and >= (or similar).(#12)

# 2.1.1 2015-11-26

Fix: Pixels rounding errors in fractional pixels media queries.
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": "2.1.1",
"version": "2.1.2",
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
"scripts": {
"test": "tape test"
Expand Down

0 comments on commit 30b6dcd

Please sign in to comment.