We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342d575 commit e7bdcd1Copy full SHA for e7bdcd1
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+### v1.0.1 [[code][c1.0.1], [diff][d1.0.1]]
2
+
3
+[c1.0.1]: https://github.com/json5/json5/tree/v1.0.1
4
+[d1.0.1]: https://github.com/json5/json5/compare/v1.0.0...v1.0.1
5
6
+This release includes a bug fix and minor change.
7
8
+- Fix: `parse` throws on unclosed objects and arrays.
9
10
+- New: `package.json5` has been removed until an easier way to keep it in sync
11
+ with `package.json` is found.
12
13
14
### v1.0.0 [[code][c1.0.0], [diff][d1.0.0]]
15
16
[c1.0.0]: https://github.com/json5/json5/tree/v1.0.0
0 commit comments