Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Feb 5, 2015
1 parent 75ebdd4 commit 1e06fb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------

### 2.1.5
- Fix issues with reverting nested properties

### 2.1.4
- Fix problems when an illegal variable name is used for a global

Expand Down Expand Up @@ -55,4 +58,4 @@ Changelog
- Removed caching functionality. Now rewire doesn't modify `require.cache` at all
- Added support for [webpack](https://github.com/webpack/webpack)-bundler
- Moved browserify-middleware from `rewire.browserify` to `rewire.bundlers.browserify`
- Reached stable state :)
- Reached stable state :)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rewire",
"version": "2.1.4",
"version": "2.1.5",
"description": "Easy dependency injection for node.js unit testing",
"keywords": [
"dependency",
Expand Down

0 comments on commit 1e06fb0

Please sign in to comment.