Browse Source

Merge branch 'release/1.4.1' into develop

1.5.1
Bryan Donovan 9 years ago
parent
commit
5d849ee94c
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 1.4.1 2016-03-13
- Fixing backward-compatibility Promise issue with node 0.10.x in memory store.
- 1.4.0 2016-02-03
- Passing ttl of 0 to lruCache, upgrading to lru-cache 4.0.0

2
package.json

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

Loading…
Cancel
Save