Browse Source

Merge branch 'release/2.1.2' into develop

develop
Bryan Donovan 8 years ago
parent
commit
db550fa4d0
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 2.1.2 2016-06-08
- Checking that callback array exists before iterating over it (#69).
- 2.1.1 2016-05-24
- Fixing version number in package.json.

2
package.json

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

Loading…
Cancel
Save