Browse Source

Merge branch 'release/0.9.0' into develop

feature/nested-cache-fetch-fix
Bryan Donovan 11 years ago
parent
commit
221862d734
  1. 4
      History.md
  2. 2
      package.json

4
History.md

@ -1,3 +1,7 @@
- 0.9.0 2014-08-19
Fixing issue #8 - parallel requests to a wrapped function were calling the
function multiple times. (Thanks alex-whitney).
- 0.8.0 2014-07-07 - 0.8.0 2014-07-07
Adding setex() (Thanks evanlucas) Adding setex() (Thanks evanlucas)

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "cache-manager", "name": "cache-manager",
"version": "0.8.0", "version": "0.9.0",
"description": "Cache module for Node.js", "description": "Cache module for Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save