From 4b4046cefad6525bcf755db9f7b4ab563183afb7 Mon Sep 17 00:00:00 2001 From: Groupon Date: Mon, 7 Mar 2016 18:37:37 +0000 Subject: [PATCH] v4.2.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf0181..99ed2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 4.2.1 + +* Apply latest nlm generator - **[@i-tier-bot](https://github.com/i-tier-bot)** [#24](https://github.com/groupon/node-cached/pull/24) + - [`ee2b354`](https://github.com/groupon/node-cached/commit/ee2b354f83c2ee0fa4cc865e49bb4c6c4434c001) **chore:** Apply latest nlm generator + + ### 4.2.0 * True timeouts for cache calls - **[@jkrems](https://github.com/jkrems)** [#22](https://github.com/groupon/node-cached/pull/22) diff --git a/package.json b/package.json index 3454855..c351052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cached", - "version": "4.2.0", + "version": "4.2.1", "description": "Simple access to a cache", "license": "BSD-3-Clause", "main": "lib/cached.js",