Skip to content

Commit 51ec1e2

Browse files
committed
3.0.1
1 parent 0b494c4 commit 51ec1e2

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+
3.0.1 / 2017-07-05
2+
------------------
3+
4+
- Fixed bug in `writeFile` when there was a serialization error & no callback was passed. In previous versions, an empty file would be written; now no file is written.
5+
16
3.0.0 / 2017-04-25
27
------------------
38

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Easily read/write JSON files.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)