From d0a94109fc41b77bf5ac561778fe9e711621a77a Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Thu, 18 Dec 2014 16:06:02 -0800 Subject: [PATCH] 0.15.0 --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 4a9c323..7d17297 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +- 0.15.0 2014-12-18 + Moved cache queue before the store get function (up to 2x performance boost). (#18) - aletorrado + Added domain support to make sure the wrap callback function is always called - aletorrado + - 0.14.0 2014-10-15 Set ttl in wrap #14 - nguyenchr Added JSCS for style checking diff --git a/package.json b/package.json index 87454e7..c5c7b53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.14.0", + "version": "0.15.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {