From 575bcd0bc91e3631d26f486511576aadf9abd121 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 15 Jun 2014 12:10:10 -0700 Subject: [PATCH 1/2] README update for node-cache-manager-express-example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af0e7b7..b071539 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ priority cache(s) first. [istanbul](https://github.com/yahoo/istanbul), and [sinon](http://sinonjs.org). +## Express.js Example + +See the [Express.js cache-manager example app](https://github.com/BryanDonovan/node-cache-manager-express-example) to see how to use +``node-cache-manager`` in your applications. + ## Installation npm install cache-manager From a6ba19023dbd00576b50e0732ab84fa45dcba543 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 15 Jun 2014 12:11:43 -0700 Subject: [PATCH 2/2] 0.7.1 history/package version bump --- History.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index be5846c..06e3bec 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +- 0.7.1 2014-06-15 + Adding link to Express.js cache-manager example app + - 0.7.0 2014-06-15 Bumping package versions, mostly devDependencies diff --git a/package.json b/package.json index 5e9eb66..04459b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.7.0", + "version": "0.7.1", "description": "Cache module for Node.js", "main": "index.js", "scripts": {