Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Jul 6, 2017
1 parent b759c20 commit 465958b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- "0.12"
- "io.js"
- stable
- "6"
- "4"
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Release History

4.0.1, July 06, 2017

* Fix CI build, testing only Node.js 4, 6 and stable

4.0.0, July 06, 2017

* Update to PostCSS 6.0
* Update to PostCSS 6.0 (no longer support Node.js 0.12)
* Update to Browserslist 2.0

3.0.2, August 22, 2016
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pixrem",
"description": "A CSS post-processor that generates pixel fallbacks for rem units.",
"version": "4.0.0",
"version": "4.0.1",
"homepage": "https://github.com/robwierzbowski/node-pixrem",
"author": "Rob Wierzbowski <hello@robwierzbowski.com> (http://robwierzbowski.com)",
"repository": {
Expand Down

0 comments on commit 465958b

Please sign in to comment.