Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 6c55b19

Browse files
committed
v4.2.2
1 parent cc20e08 commit 6c55b19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 4.2.2
2+
3+
* Update documentation for `cached` and backends - **[@fdegiuli](https://github.com/fdegiuli)** [#27](https://github.com/groupon/node-cached/pull/27)
4+
- [`b137f56`](https://github.com/groupon/node-cached/commit/b137f56b77f1278ca6ab3680b6a0d1187941f788) **docs:** Add memory, noop backends to docs
5+
- [`e4bd666`](https://github.com/groupon/node-cached/commit/e4bd6667d8f9fa2f4017876badee9e28e9d0bd49) **docs:** Deprecate unnamed caches
6+
7+
18
### 4.2.1
29

310
* Apply latest nlm generator - **[@i-tier-bot](https://github.com/i-tier-bot)** [#24](https://github.com/groupon/node-cached/pull/24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cached",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Simple access to a cache",
55
"license": "BSD-3-Clause",
66
"main": "lib/cached.js",

0 commit comments

Comments
 (0)