We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a2324 + ef0df5d commit 14fa7f4Copy full SHA for 14fa7f4
History.md
@@ -1,3 +1,7 @@
1
+- 0.17.0 2015-02-05
2
+ Add Additional Options Parameter (#20) - @seanzx85
3
+ Fixing bug with nested calls to wrap() (#21)
4
+
5
- 0.16.0 2015-01-07
6
Get and pass up feature to update higher caches. (#19) - raadad
7
Minor style tweaks/jscs update.
package.json
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
- "version": "0.16.0",
+ "version": "0.17.0",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
0 commit comments