From 1b1219b67010bbabf843e1408f9e8c6a51ca1e26 Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Sat, 26 Dec 2020 00:52:53 -0600 Subject: [PATCH] Release Magazine version 6.0.0-alpha.2. * Rename `count` to `size`. * Implement an async cache helper. * More thoughts on async caching. * Create sub-caches without providing key. * `cache` alias did not return value. Closes #103. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fd1e32..c10f537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magazine", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "description": "A collective least-recently used cache.",