diff --git a/CHANGES b/CHANGES index c5fe249..f90cbec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -v0.3.6 -- 2014.07.28 +v0.3.7 -- 2014.08.14 +* Fix prefetch support for asynchronous functions (#19) +* Configure lint scripts + +v0.3.6 -- 2014.07.28 * Fix race condition issue related to clear/delete calls and returning id's (#18) * Fix maxAge major cache handling issue (on timeout instead of individual record whole cache was cleared) diff --git a/package.json b/package.json index c9cce47..6f06873 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "memoizee", - "version": "0.3.6", - "description": "Memoize/cache", + "version": "0.3.7", + "description": "Memoize/cache function results", "author": "Mariusz Nowak (http://www.medikoo.com/)", "keywords": [ "memoize", @@ -17,7 +17,8 @@ "gc", "weak", "garbage", - "collector" + "collector", + "async" ], "repository": { "type": "git",