Skip to content

Commit e0c23fe

Browse files
committed
docs: update CHANGELOG for v1.0.2
1 parent 62a6540 commit e0c23fe

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
### Unreleased [[code][c-unreleased], [diff][d-unreleased]]
22

33
[c-unreleased]: https://github.com/json5/json5/tree/v1
4-
[d-unreleased]: https://github.com/json5/json5/compare/v1.0.1...v1
4+
[d-unreleased]: https://github.com/json5/json5/compare/v1.0.2...v1
5+
6+
### v1.0.2 [[code][c1.0.2], [diff][d1.0.2]]
7+
8+
[c1.0.2]: https://github.com/json5/json5/tree/v1.0.2
9+
[d1.0.2]: https://github.com/json5/json5/compare/v1.0.1...v1.0.2
510

611
- Fix: Properties with the name `__proto__` are added to objects and arrays.
7-
([#199])
12+
([#199]) This also fixes a prototype pollution vulnerability reported by
13+
Jonathan Gregson! ([#295]). This has been backported to v1. ([#298])
814

915

1016
### v1.0.1 [[code][c1.0.1], [diff][d1.0.1]]
@@ -282,3 +288,5 @@ parser for the regular JSON format.
282288
[#134]: https://github.com/json5/json5/pull/134
283289
[#154]: https://github.com/json5/json5/issues/154
284290
[#199]: https://github.com/json5/json5/issues/199
291+
[#295]: https://github.com/json5/json5/issues/295
292+
[#298]: https://github.com/json5/json5/pull/298

0 commit comments

Comments
 (0)