From 5af7664d979d3401a05d52046e48cc71d6d72dae Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sat, 17 Oct 2015 09:54:44 -0700 Subject: [PATCH] 1.2.1 --- History.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 4862ed3..6534e4a 100644 --- a/History.md +++ b/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 - using `isCacheableValue` in `getFromHighestPriorityCache` and `getAndPassUp` (#32). diff --git a/package.json b/package.json index f5617c1..250ac23 100644 --- a/package.json +++ b/package.json @@ -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": {