Browse Source

Merge branch 'release/0.19.0'

feature/fix-isCacheableValue-usage
Bryan Donovan 10 years ago
parent
commit
6111d274a5
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 0.19.0 2015-03-29
- Pass dispose, length & stale options to lru-cache (#22). - @gmaclennan
- 0.18.0 2015-02-12
- Minor changes and refactorings including:
- converting to camelcase

2
package.json

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

Loading…
Cancel
Save