@ -1,3 +1,6 @@
- 1.2.1 2015-10-17
- Bugfix: multi-caching: using underlying store's isCacheableValue function when it exists (#34).
- 1.2.0 2015-10-07
- using `isCacheableValue` in `getFromHighestPriorityCache` and `getAndPassUp` (#32).
@ -1,6 +1,6 @@
{
"name": "cache-manager",
"version": "1.2.0",
"version": "1.2.1",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {