Skip to content

Commit

Permalink
Version 18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 21, 2021
1 parent 15cbed6 commit a61fdb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 18.1.1

* Fixed `connectedCallback` to fire in situations involving document fragments, which was broken in v18.0.1. (GrantGryczan)

## 18.1.0

* Fixed `headers.append()` and `headers.set()` to normalize values. (MattiasBuelens)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "18.1.0",
"version": "18.1.1",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit a61fdb8

Please sign in to comment.