Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Oct 28, 2014
1 parent ef5f0eb commit 93d3907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------

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

### 2.1.0
- Added revert feature of `__set__` method
- Introduced `__with__` method to revert changes automatically
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
"version" : "2.1.0",
"version" : "2.1.1",
"description" : "Easy dependency injection for node.js unit testing",
"keywords" : [
"dependency",
Expand Down

0 comments on commit 93d3907

Please sign in to comment.