diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7b683..29104f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index aa0a13b..22a6959 100644 --- a/package.json +++ b/package.json @@ -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"