Browse Source

0.14.0

feature/nested-cache-fetch-fix
Bryan Donovan 10 years ago
parent
commit
6c7d2d145c
  1. 4
      History.md
  2. 2
      package.json

4
History.md

@ -1,3 +1,7 @@
- 0.14.0 2014-10-15
Set ttl in wrap #14 - nguyenchr
Added JSCS for style checking
- 0.13.0 2014-10-14
Applied work function locking for multi_caching (#13). -aletorrado

2
package.json

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

Loading…
Cancel
Save