Skip to content

Commit 5f647af

Browse files
committed
5.0.0
1 parent 94e5b5b commit 5f647af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
5.0.0 / 2018-09-08
2+
------------------
3+
4+
- **BREAKING:** Drop Node 4 support
5+
- **BREAKING:** If no callback is passed to an asynchronous method, a promise is now returned ([#109](https://github.com/jprichardson/node-jsonfile/pull/109))
6+
- Cleanup docs
7+
18
4.0.0 / 2017-07-12
29
------------------
310

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

0 commit comments

Comments
 (0)