We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a69f9 commit f908eb6Copy full SHA for f908eb6
History.md
@@ -1,3 +1,6 @@
1
+- 2.9.0 2018-03-26
2
+ - Fix store's this context for isCacheableValue method (#119). -@alexandrusavin
3
+
4
- 2.8.0 2018-02-28
5
- Added link to node-cache-manager-fs-hash - @rolandstarke
6
- Bugfix for options object in multiCache.set (#115) - @sebelga
package.json
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
- "version": "2.8.0",
+ "version": "2.9.0",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
0 commit comments