Skip to content

Commit

Permalink
Merge branch 'release/2.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanDonovan committed Feb 13, 2018
2 parents 9df99ca + 15711fc commit e957821
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 2.7.0 2018-02-13
- allow setting, getting and deleting multiple keys (#114) - @sebelga
- allow passing in a function to determine TTL based on store - @sebelga

- 2.6.0 2017-12-08
- fix multicaching when result is not cacheable (#106) - @gswalden

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
"version": "2.6.0",
"version": "2.7.0",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e957821

Please sign in to comment.