Skip to content

Commit

Permalink
Version 16.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 11, 2021
1 parent 2f41466 commit e4c4004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Expand Up @@ -26,6 +26,10 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 16.5.3

* Fixed infinite recursion when using `MutationObserver`s to observe elements inside a `MutationObserver` callback.

## 16.5.2

* Fixed `Access-Control-Allow-Headers: *` to work with `XMLHttpRequest`. (silviot)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "16.5.2",
"version": "16.5.3",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit e4c4004

Please sign in to comment.