Skip to content

Commit 10cc7ca

Browse files
committed
docs: update CHANGELOG for v2.2.2
1 parent 7774c10 commit 10cc7ca

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-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/main
4-
[d-unreleased]: https://github.com/json5/json5/compare/v2.2.1...HEAD
4+
[d-unreleased]: https://github.com/json5/json5/compare/v2.2.2...HEAD
5+
6+
### v2.2.2 [[code][c2.2.2], [diff][d2.2.2]]
7+
8+
[c2.2.2]: https://github.com/json5/json5/tree/v2.2.2
9+
[d2.2.2]: https://github.com/json5/json5/compare/v2.2.1...v2.2.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]).
814

915
### v2.2.1 [[code][c2.2.1], [diff][d2.2.1]]
1016

@@ -372,3 +378,4 @@ parser for the regular JSON format.
372378
[#236]: https://github.com/json5/json5/issues/236
373379
[#244]: https://github.com/json5/json5/issues/244
374380
[#266]: https://github.com/json5/json5/issues/266
381+
[#295]: https://github.com/json5/json5/issues/295

0 commit comments

Comments
 (0)