We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbb8d7 commit 9c6478aCopy full SHA for 9c6478a
CHANGELOG.md
@@ -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
7
6.0.1 / 2020-03-07
8
------------------
9
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonfile",
- "version": "6.0.1",
+ "version": "6.1.0",
"description": "Easily read/write JSON files.",
"repository": {
"type": "git",
0 commit comments