diff --git a/History.md b/History.md index 3099ad9..57a3510 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,6 @@ +- 0.19.0 2015-03-29 + - Pass dispose, length & stale options to lru-cache (#22). - @gmaclennan + - 0.18.0 2015-02-12 - Minor changes and refactorings including: - converting to camelcase diff --git a/package.json b/package.json index 9cdbf11..0c0e145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.18.0", + "version": "0.19.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {