Skip to content

Commit 04541b3

Browse files
committed
Version 25.0.1
1 parent 96bd111 commit 04541b3

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ vsemozhetbyt <[email protected]>
335335
Vytautas Jakutis <[email protected]>
336336
337337
338+
Will Harney <[email protected]>
338339
William Cunningham <[email protected]>
339340
340341

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Other guidelines:
2626
* Roughly order changes within those groupings by impact.
2727
-->
2828

29+
## 25.0.1
30+
31+
* Updated dependencies, notably `tough-cookie`, which no longer prints a deprecation warning.
32+
2933
## 25.0.0
3034

3135
This major release changes the prototype of a jsdom's `EventTarget.prototype` to point to the `Object.prototype` inside the jsdom, instead of pointing to the Node.js `Object.prototype`. Thus, the prototype chain of `Window` stays entirely within the jsdom, never crossing over into the Node.js realm.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdom",
3-
"version": "25.0.0",
3+
"version": "25.0.1",
44
"description": "A JavaScript implementation of many web standards",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)