Skip to content

Commit 99e8d32

Browse files
committed
2.3.0
1 parent c03e6bf commit 99e8d32

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.3.0 / 2016-04-16
2+
------------------
3+
- add `throws` to `readFile()`. See [#39][#39]
4+
- add support for any arbitrary `fs` module. Useful with [mock-fs](https://www.npmjs.com/package/mock-fs)
5+
16
2.2.3 / 2015-10-14
27
------------------
38
- include file name in parse error. See: https://github.com/jprichardson/node-jsonfile/pull/34

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonfile",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "Easily read/write JSON files.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)