Skip to content

Commit

Permalink
Version 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Aug 2, 2021
1 parent 9dae17b commit ba8e580
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Basic info:

- **Node.js version:** <!-- only v12 and above are supported -->
- **jsdom version:** <!-- only v16 and above are supported -->
- **jsdom version:** <!-- only v17 and above are supported -->

### Minimal reproduction case

Expand Down
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.
-->

## 17.0.0

Breaking change: Node v12 is now the minimum supported version.

## 16.7.0

* Added `AbortSignal.abort()`. (ninevra)
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": "16.7.0",
"version": "17.0.0",
"description": "A JavaScript implementation of many web standards",
"keywords": [
"dom",
Expand Down

0 comments on commit ba8e580

Please sign in to comment.