Browse Source

Merge branch 'hotfix/2.1.1' into develop

develop
Bryan Donovan 9 years ago
parent
commit
2920a81a26
  1. 6
      History.md
  2. 2
      package.json

6
History.md

@ -1,3 +1,9 @@
- 2.1.1 2016-05-24
- Fixing version number in package.json.
- 2.1.0 2016-05-24
- Allow passing in a promise dependency (#55). -@siddharthkchatterjee
- 2.0.1 2016-04-18
- Fixed triggering callback in wrap after it was queued (#48) - @theorm

2
package.json

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

Loading…
Cancel
Save