We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2b4b0 commit a4cce61Copy full SHA for a4cce61
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 4.2.0
2
+
3
+* True timeouts for cache calls - **[@jkrems](https://github.com/jkrems)** [#22](https://github.com/groupon/node-cached/pull/22)
4
+ - [`0d9e48f`](https://github.com/groupon/node-cached/commit/0d9e48fc07b82723a481499084a9bf14f3bc1b0d) **feat:** True timeouts for cache calls
5
6
7
### 4.1.1
8
9
* Switch to nlm - **[@jkrems](https://github.com/jkrems)** [#21](https://github.com/groupon/node-cached/pull/21)
package.json
@@ -1,6 +1,6 @@
{
"name": "cached",
- "version": "4.1.1",
+ "version": "4.2.0",
"description": "Simple access to a cache",
"license": "BSD-3-Clause",
"main": "lib/cached.js",
0 commit comments