Browse Source

1.2.1

feature/fix-domain-errors 1.2.1
Bryan Donovan 9 years ago
parent
commit
5af7664d97
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -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 - 1.2.0 2015-10-07
- using `isCacheableValue` in `getFromHighestPriorityCache` and `getAndPassUp` (#32). - using `isCacheableValue` in `getFromHighestPriorityCache` and `getAndPassUp` (#32).

2
package.json

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

Loading…
Cancel
Save