Browse Source

2.2.0

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

5
History.md

@ -1,3 +1,6 @@
- 2.2.0 2016-10-19
- Adding multi_caching.reset() (#63) - @disjunction
- 2.1.2 2016-06-08 - 2.1.2 2016-06-08
- Checking that callback array exists before iterating over it (#57). - Checking that callback array exists before iterating over it (#57).
@ -5,7 +8,7 @@
- Fixing version number in package.json. - Fixing version number in package.json.
- 2.1.0 2016-05-24 - 2.1.0 2016-05-24
- Allow passing in a promise dependency (#55). -@siddharthkchatterjee - Allow passing in a promise dependency (#55). - @siddharthkchatterjee
- 2.0.1 2016-04-18 - 2.0.1 2016-04-18
- Fixed triggering callback in wrap after it was queued (#48) - @theorm - Fixed triggering callback in wrap after it was queued (#48) - @theorm

2
package.json

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

Loading…
Cancel
Save