Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Oct 29, 2014
1 parent 6040c0c commit 1eede09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
Changelog
---------

### 2.1.2

- Fixed missing `var` statement which lead to pollution of global namespace [#33](https://github.com/jhnns/rewire/pull/33)

### 2.1.1
- Made magic `__set__`, `__get__` and `__with__` not enumerable [#32](https://github.com/jhnns/rewire/pull/32)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
"version" : "2.1.1",
"version" : "2.1.2",
"description" : "Easy dependency injection for node.js unit testing",
"keywords" : [
"dependency",
Expand Down

0 comments on commit 1eede09

Please sign in to comment.