From a731c3caafc85a77da8876e5037bc967097fec87 Mon Sep 17 00:00:00 2001 From: Bryan Donovan <bdondo@gmail.com> Date: Thu, 9 Oct 2014 09:28:18 -0700 Subject: [PATCH] v0.12.0 release notes --- History.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index cb31a4a..16994ee 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +- 0.12.0 2014-10-09 + Checking for existence of del() method before binding to it. Fixes #11. + - 0.11.0 2014-09-18 Prevent stalemate by executing callbacks on error. Fixes #10 - elliotttf diff --git a/package.json b/package.json index 932d404..875b149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.11.0", + "version": "0.12.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {