From edf90ceb1b22e722a13dd7bccd6e69c8d94d73ce Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Wed, 10 Sep 2014 11:30:27 -0700 Subject: [PATCH] 0.10.1 - fixing version/tag mismatch --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 3017cde..d0a2154 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +- 0.10.1 2014-09-10 + Fixed tag/version mismatch + +- 0.10.0 2014-09-10 + Fixing Use call instead of apply for cached results, issue #9 (thanks elliotttf) + - 0.9.0 2014-08-19 Fixing issue #8 - parallel requests to a wrapped function were calling the function multiple times. (Thanks alex-whitney). diff --git a/package.json b/package.json index 8627201..b6e145d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.9.0", + "version": "0.10.1", "description": "Cache module for Node.js", "main": "index.js", "scripts": {