Skip to content

Commit 840bcc7

Browse files
committed
4.0.0
1 parent ebf648a commit 840bcc7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.0.0 / 2017-07-12
2+
------------------
3+
14
- **BREAKING:** Remove global `spaces` option.
25
- **BREAKING:** Drop support for Node 0.10, 0.12, and io.js.
36
- Remove undocumented `passParsingErrors` option.
@@ -94,6 +97,7 @@ changes it according to docs. [#12][#12]
9497
------------------
9598
* Initial release.
9699

100+
[#89]: https://github.com/jprichardson/node-jsonfile/pull/89
97101
[#45]: https://github.com/jprichardson/node-jsonfile/issues/45 "Reading of UTF8-encoded (w/ BOM) files fails"
98102
[#44]: https://github.com/jprichardson/node-jsonfile/issues/44 "Extra characters in written file"
99103
[#43]: https://github.com/jprichardson/node-jsonfile/issues/43 "Prettyfy json when written to file"

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

0 commit comments

Comments
 (0)