From 307da9dd92493bb00310ee698157a29ef78c1d92 Mon Sep 17 00:00:00 2001 From: Vincent De Oliveira Date: Mon, 24 Aug 2015 11:32:42 +0200 Subject: [PATCH] 1.3.2 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2f3e4..03343be 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ Report bugs and feature proposals in the [Github issue tracker](https://github.c ## Release History +1.3.2, Aug 24, 2015 + +* Update to PostCSS 5.0 + 1.3.1, Jul 9, 2015 * Fixed: Replace `eachDecl` with `each` and `decl.type` check in process function diff --git a/package.json b/package.json index 6e8c5a0..449105e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pixrem", "description": "A CSS post-processor that generates pixel fallbacks for rem units.", - "version": "1.3.1", + "version": "1.3.2", "homepage": "https://github.com/robwierzbowski/node-pixrem", "author": "Rob Wierzbowski (http://robwierzbowski.com)", "repository": {