diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6303c58..8401a8a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v3.2.2 +- Fix potential prototype pollution exploit + # v3.2.1 - Use `queueMicrotask` if available to the environment (#1761) - Minor perf improvement in `priorityQueue` (#1727)