Browse Source

Merge branch 'hotfix/2.1.1'

master
Bryan Donovan 9 years ago
parent
commit
dfe1715eb0
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 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
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