Skip to content

Commit 5deeb89

Browse files
committed
Merge branch 'release/2.0.0' into develop
2 parents b1cbe7b + c8896ef commit 5deeb89

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- '0.10'
43
- '0.12'
54
- '5.5'
65
script: 'make test-travis'

History.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
- 2.0.0 2015-03-13
2+
- Removing domain integration (#38), no longer actively supporting node 0.10.x.
3+
14
- 1.5.0 2015-03-13
2-
-npm bumps, making sure global.Promise is not defined in node 0.10 memory store test.
5+
- npm bumps, making sure global.Promise is not defined in node 0.10 memory store test.
36

47
- 1.4.1 2016-03-13
58
- Fixing backward-compatibility Promise issue with node 0.10.x in memory store.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-manager",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Cache module for Node.js",
55
"main": "index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"author": "Bryan Donovan",
2121
"license": "MIT",
2222
"dependencies": {
23-
"async": "^1.5.2",
23+
"async": "1.5.2",
2424
"lru-cache": "4.0.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)