diff --git a/History.md b/History.md index 7bd24a6..4a9c323 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +- 0.14.0 2014-10-15 + Set ttl in wrap #14 - nguyenchr + Added JSCS for style checking + - 0.13.0 2014-10-14 Applied work function locking for multi_caching (#13). -aletorrado diff --git a/package.json b/package.json index 275a981..87454e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.13.0", + "version": "0.14.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {