Skip to content

Commit 5620da9

Browse files
committed
Merge branch 'release/2.0.1'
2 parents 427ac6a + baa0489 commit 5620da9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

History.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
- 2.0.0 2015-03-13
1+
- 2.0.1 2016-04-18
2+
- Fixed triggering callback in wrap after it was queued (#48) - @theorm
3+
4+
- 2.0.0 2016-03-13
25
- Removing domain integration (#38), no longer actively supporting node 0.10.x.
36

4-
- 1.5.0 2015-03-13
7+
- 1.5.0 2016-03-13
58
- npm bumps, making sure global.Promise is not defined in node 0.10 memory store test.
69

710
- 1.4.1 2016-03-13

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-manager",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Cache module for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)