Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 3, 2015
1 parent f01f168 commit 523d61d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[3.0.0](https://github.com/ljharb/node-json-file/releases/tag/v3.0.0) / 2015-05-03
==================
* Make sure to reject the promise if writeFile errors (#7)
* All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`
* Speed up `travis-ci` builds; test on latest `node` and `io.js` versions
* Update `is`, `jscs`, `tape`

[2.0.1](https://github.com/ljharb/node-json-file/releases/tag/v2.0.1) / 2015-02-06
==================
* Update `is`, `tape`, `jscs`, `node.extend`, `object-keys`, `promiseback`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-file-plus",
"version": "2.0.1",
"version": "3.0.0",
"author": "Jordan Harband",
"description": "Read from and write to a JSON file, minimizing diffs and preserving formatting.",
"license": "MIT",
Expand Down

0 comments on commit 523d61d

Please sign in to comment.