Browse Source

Merge branch 'release/0.11.0'

feature/nested-cache-fetch-fix 0.11.0
Bryan Donovan 11 years ago
parent
commit
c3bd34c28b
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 0.11.0 2014-09-18
Prevent stalemate by executing callbacks on error. Fixes #10 - elliotttf
- 0.10.1 2014-09-10
Fixed tag/version mismatch

2
package.json

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

Loading…
Cancel
Save