Browse Source

Merge branch 'release/0.13.0' into develop

feature/nested-cache-fetch-fix
Bryan Donovan 10 years ago
parent
commit
7b8325daa4
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 0.13.0 2014-10-14
Applied work function locking for multi_caching (#13). -aletorrado
- 0.12.0 2014-10-09
Checking for existence of del() method before binding to it. Fixes #11.

2
package.json

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

Loading…
Cancel
Save