From 462d9aca11faadd1c678986e8a7ab4b5737a3abb Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Mon, 19 Oct 2015 11:23:48 -0700 Subject: [PATCH] 1.2.2 --- History.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6534e4a..0905757 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +- 1.2.2 2015-10-19 + - Bugfix: Fixing domain error issues when error is thrown inside 'work' function (#28). + - 1.2.1 2015-10-17 - Bugfix: multi-caching: using underlying store's isCacheableValue function when it exists (#34). diff --git a/package.json b/package.json index 250ac23..5e83012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "1.2.1", + "version": "1.2.2", "description": "Cache module for Node.js", "main": "index.js", "scripts": {