Skip to content

Commit e62705c

Browse files
committed
Merge branch 'release/2.3.0' into develop
2 parents c9516fa + 62fc5bf commit e62705c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 2.3.0 2016-12-22
2+
- Updating isCacheableValue description in README; README syntax error fix (#70, #71) - @lukechilds
3+
- Calling back with null as first argument in memory store to keep style consistent (#72) - @defcc
4+
15
- 2.2.0 2016-10-19
26
- Adding multi_caching.reset() (#63) - @disjunction
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-manager",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Cache module for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)