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

Skip to content

Commit 1eede09

Browse files
committed
v2.1.2
1 parent 6040c0c commit 1eede09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
### 2.1.2
5+
6+
- Fixed missing `var` statement which lead to pollution of global namespace [#33](https://github.com/jhnns/rewire/pull/33)
7+
48
### 2.1.1
59
- Made magic `__set__`, `__get__` and `__with__` not enumerable [#32](https://github.com/jhnns/rewire/pull/32)
610

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.1.1",
3+
"version" : "2.1.2",
44
"description" : "Easy dependency injection for node.js unit testing",
55
"keywords" : [
66
"dependency",

0 commit comments

Comments
 (0)