From e7bdcd10c61a1411f0191e95ceaf0f4fb89224ae Mon Sep 17 00:00:00 2001 From: Jordan Tucker Date: Sat, 17 Mar 2018 22:29:12 -0500 Subject: [PATCH] Update CHANGELOG for v1.0.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379071be..be9e98d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### v1.0.1 [[code][c1.0.1], [diff][d1.0.1]] + +[c1.0.1]: https://github.com/json5/json5/tree/v1.0.1 +[d1.0.1]: https://github.com/json5/json5/compare/v1.0.0...v1.0.1 + +This release includes a bug fix and minor change. + +- Fix: `parse` throws on unclosed objects and arrays. + +- New: `package.json5` has been removed until an easier way to keep it in sync + with `package.json` is found. + + ### v1.0.0 [[code][c1.0.0], [diff][d1.0.0]] [c1.0.0]: https://github.com/json5/json5/tree/v1.0.0