From 59a0f171b5fef1c00e7e9de4655df4e9142b0ffd Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Tue, 24 May 2016 11:58:45 -0700 Subject: [PATCH 1/2] updated History.md --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index e9e3bb1..f5cf47d 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +- 2.1.0 2016-05-24 + - Allow passing in a promise dependency (#55). -@siddharthkchatterjee + - 2.0.1 2016-04-18 - Fixed triggering callback in wrap after it was queued (#48) - @theorm From 92455f3dfb3ace0667432315b51d3ac45af71ea3 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Tue, 24 May 2016 12:00:50 -0700 Subject: [PATCH 2/2] 2.1.1. --- History.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index f5cf47d..8518375 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +- 2.1.1 2016-05-24 + - Fixing version number in package.json. + - 2.1.0 2016-05-24 - Allow passing in a promise dependency (#55). -@siddharthkchatterjee diff --git a/package.json b/package.json index 945a1d2..1ad473a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "2.0.1", + "version": "2.1.1", "description": "Cache module for Node.js", "main": "index.js", "scripts": {