Browse Source

Merge branch 'hotfix/0.7.1'

parallel-requests-fix 0.7.1
Bryan Donovan 11 years ago
parent
commit
b403956467
  1. 3
      History.md
  2. 5
      README.md
  3. 2
      package.json

3
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

5
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

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

Loading…
Cancel
Save