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/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 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": {