Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52e914d

Browse files
committed
v2.3.0
1 parent 39bf586 commit 52e914d

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+
### 2.3.0
5+
- Add possibility to mock undefined, implicit globals [#35](https://github.com/jhnns/rewire/issues/35)
6+
47
### 2.2.0
58
- Add support for dot notation in __set__(env) calls [#39](https://github.com/jhnns/rewire/issues/39)
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": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Easy dependency injection for node.js unit testing",
55
"keywords": [
66
"dependency",

0 commit comments

Comments
 (0)