Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Feb 17, 2015
1 parent 39bf586 commit 52e914d
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.3.0
- Add possibility to mock undefined, implicit globals [#35](https://github.com/jhnns/rewire/issues/35)

### 2.2.0
- Add support for dot notation in __set__(env) calls [#39](https://github.com/jhnns/rewire/issues/39)

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

0 comments on commit 52e914d

Please sign in to comment.