Browse Source

0.5.0 release

hotfix/0.7.1
Bryan Donovan 11 years ago
parent
commit
406e013724
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 0.5.0 2014-05-02
Adding reset() function to caching.js. Closes #5.
- 0.4.0 2014-05-02
New arg to ignore cache errors. if set cache errors will be ignored
and the cache_manager will go to the backing store. (Thanks londonjamo).

2
package.json

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

Loading…
Cancel
Save