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

Skip to content

Commit 1e06fb0

Browse files
committed
v2.1.5
1 parent 75ebdd4 commit 1e06fb0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

4+
### 2.1.5
5+
- Fix issues with reverting nested properties
6+
47
### 2.1.4
58
- Fix problems when an illegal variable name is used for a global
69

@@ -55,4 +58,4 @@ Changelog
5558
- Removed caching functionality. Now rewire doesn't modify `require.cache` at all
5659
- Added support for [webpack](https://github.com/webpack/webpack)-bundler
5760
- Moved browserify-middleware from `rewire.browserify` to `rewire.bundlers.browserify`
58-
- Reached stable state :)
61+
- Reached stable state :)

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

0 commit comments

Comments
 (0)