Skip to content

Commit 37a5e02

Browse files
committed
v9.0.1
1 parent 07a31da commit 37a5e02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
---------
33

4+
### 9.0.1
5+
- Fix: Use pirates for proper load extensions install/uninstall handling [#219](https://github.com/jhnns/rewire/pull/219)
6+
47
### 9.0.0
58
- **Breaking**: Update ESLint runtime dependency to v9 [#218](https://github.com/jhnns/rewire/pull/218). This is most likely not a breaking change for rewire users but we can't know for certain.
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rewire",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Easy dependency injection for node.js unit testing",
55
"keywords": [
66
"dependency",

0 commit comments

Comments
 (0)