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 4984522 commit 23de763Copy full SHA for 23de763
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 4.3.2
2
+
3
+* Apply latest nlm generator - **[@markowsiak](https://github.com/markowsiak)** [#38](https://github.com/groupon/node-cached/pull/38)
4
+ - [`35b216e`](https://github.com/groupon/node-cached/commit/35b216e3d11b94502d968d40fcf7f34e7a5b507e) **chore:** Apply latest nlm generator
5
6
7
### 4.3.1
8
9
* docs: Clarify that timeout applies to unset - **[@Zanadar](https://github.com/Zanadar)** [#36](https://github.com/groupon/node-cached/pull/36)
package.json
@@ -1,6 +1,6 @@
{
"name": "cached",
- "version": "4.3.1",
+ "version": "4.3.2",
"description": "Simple access to a cache",
"license": "BSD-3-Clause",
"main": "lib/cached.js",
0 commit comments