From 508e27a0fac9e378c831b89ab2dd55e0a2e49cd3 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Tue, 19 Aug 2014 12:59:57 -0700 Subject: [PATCH] 0.9.0 - closes issue #8 --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0491e07..3017cde 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +- 0.9.0 2014-08-19 + Fixing issue #8 - parallel requests to a wrapped function were calling the + function multiple times. (Thanks alex-whitney). + - 0.8.0 2014-07-07 Adding setex() (Thanks evanlucas) diff --git a/package.json b/package.json index ba625f7..8627201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.8.0", + "version": "0.9.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {