Browse Source

Merge branch 'hotfix/0.10.1'

feature/nested-cache-fetch-fix 0.10.1
Bryan Donovan 11 years ago
parent
commit
219d8b22e8
  1. 6
      History.md
  2. 2
      package.json

6
History.md

@ -1,3 +1,9 @@
- 0.10.1 2014-09-10
Fixed tag/version mismatch
- 0.10.0 2014-09-10
Fixing Use call instead of apply for cached results, issue #9 (thanks elliotttf)
- 0.9.0 2014-08-19
Fixing issue #8 - parallel requests to a wrapped function were calling the
function multiple times. (Thanks alex-whitney).

2
package.json

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

Loading…
Cancel
Save