diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a6150..5549dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 4.2.3 + +* docs: Update memory backend docs - **[@fdegiuli](https://github.com/fdegiuli)** [#29](https://github.com/groupon/node-cached/pull/29) + - [`3cebdb3`](https://github.com/groupon/node-cached/commit/3cebdb3cdb0dc997803d81d6c8c615e308261b0b) **docs:** Update memory backend docs + - [`dabce45`](https://github.com/groupon/node-cached/commit/dabce45603667e7112a87bf5592eaab73aac3b0e) **docs:** Fix formatting + + ### 4.2.2 * Update documentation for `cached` and backends - **[@fdegiuli](https://github.com/fdegiuli)** [#27](https://github.com/groupon/node-cached/pull/27) diff --git a/package.json b/package.json index 5063ece..056df33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cached", - "version": "4.2.2", + "version": "4.2.3", "description": "Simple access to a cache", "license": "BSD-3-Clause", "main": "lib/cached.js",