Skip to content

Commit 56747c3

Browse files
committed
release 1.2.0
1 parent 96b33fb commit 56747c3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 1.1.0
1+
# 1.2.0 2015-07-06
2+
3+
Use PostCSS 4.1 plugin API.
4+
5+
# 1.1.0 2014-12-15
26

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-media-minmax",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Using more intuitive `>=` or `<=` instead of media queries min/max prefix.",
55
"scripts": {
66
"test": "tape test"

0 commit comments

Comments
 (0)