From 824c211eb76f8384174c1c5e260546338d0af9a4 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 15 Jun 2014 10:44:41 -0700 Subject: [PATCH] release notes for 0.6.0 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index de5b3ea..361d1f4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +- 0.6.0 2014-06-15 + Adding caching.keys() function (issue #6) + Updating examples/redis_example/example.js with cache.keys() usage + Allow calling memory store get() without callback + - 0.5.0 2014-05-02 Adding reset() function to caching.js. Closes #5. diff --git a/package.json b/package.json index fdd8622..b257e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.5.0", + "version": "0.6.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {