Skip to content

Commit

Permalink
Version 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 30, 2023
1 parent 2ea7988 commit 8e31507
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Expand Up @@ -26,6 +26,10 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 23.0.1

* Fix incorrect `canvas` peer dependency.

## 23.0.0

* Node.js v18 is now the minimum supported version.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsdom",
"version": "23.0.0",
"version": "23.0.1",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit 8e31507

Please sign in to comment.