Skip to content

Commit bbaf134

Browse files
committed
2.3.1
1 parent 2799903 commit bbaf134

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,7 @@
1+
2.3.1 / 2016-05-13
2+
------------------
3+
- fix to support BOM. [#45][#45]
4+
15
2.3.0 / 2016-04-16
26
------------------
37
- add `throws` to `readFile()`. See [#39][#39]
@@ -70,6 +74,7 @@ changes it according to docs. [#12][#12]
7074
------------------
7175
* Initial release.
7276

77+
[#45]: https://github.com/jprichardson/node-jsonfile/issues/45 "Reading of UTF8-encoded (w/ BOM) files fails"
7378
[#44]: https://github.com/jprichardson/node-jsonfile/issues/44 "Extra characters in written file"
7479
[#43]: https://github.com/jprichardson/node-jsonfile/issues/43 "Prettyfy json when written to file"
7580
[#42]: https://github.com/jprichardson/node-jsonfile/pull/42 "Moved fs.readFileSync within the try/catch"

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

0 commit comments

Comments
 (0)