Skip to content

Commit

Permalink
Release Magazine version 6.0.0-alpha.2.
Browse files Browse the repository at this point in the history
 * 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.
  • Loading branch information
flatheadmill committed Dec 26, 2020
1 parent 1c9c25e commit 1b1219b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 1b1219b

Please sign in to comment.