Skip to content

Commit b226da5

Browse files
committed
3.0.0
1 parent 3e7ec20 commit b226da5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.0 2017-05-10
2+
3+
Change: Use PostCSS 6 API.
4+
15
# 2.1.2 2016-04-01
26

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

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": "2.1.2",
3+
"version": "3.0.0",
44
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
55
"scripts": {
66
"test": "tape test"

0 commit comments

Comments
 (0)