Browse Source

2.2.0

develop^2 2.2.0
Bryan Donovan 8 years ago
parent
commit
44b4a1a2a8
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 2.2.0 2016-10-19
- Adding multi_caching.reset() (#63) - @disjunction
- 2.1.2 2016-06-08
- Checking that callback array exists before iterating over it (#57).

2
package.json

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

Loading…
Cancel
Save