Browse Source

Merge branch 'release/1.4.0' into develop

feature/remove-domains
Bryan Donovan 9 years ago
parent
commit
90b35db66d
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 1.4.0 2016-02-03
- Passing ttl of 0 to lruCache, upgrading to lru-cache 4.0.0
- 1.3.0 2016-01-26
- Promise support (#39, #24) - @PuKoren

2
package.json

@ -1,6 +1,6 @@
{
"name": "cache-manager",
"version": "1.3.0",
"version": "1.4.0",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save