Skip to content

Commit 9c6478a

Browse files
committed
6.1.0
1 parent 1dbb8d7 commit 9c6478a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.1.0 / 2020-10-31
2+
------------------
3+
4+
- Add `finalEOL` option to disable writing final EOL ([#115](https://github.com/jprichardson/node-jsonfile/issues/115), [#137](https://github.com/jprichardson/node-jsonfile/pull/137))
5+
- Update dependency ([#138](https://github.com/jprichardson/node-jsonfile/pull/138))
6+
17
6.0.1 / 2020-03-07
28
------------------
39

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

0 commit comments

Comments
 (0)