From 632da3d94f828f56adfca319e246fce1f9949514 Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Sun, 17 Oct 2021 15:08:03 -0500 Subject: [PATCH] Release Strata version 2.0.0-alpha.121. * Reversal using reversable Ascension comparators. * Upgrade `ascension` to `^3.0.0-alpha.11`. * Notes on partial compares. Closes #791. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa0d68f..e749c6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "b-tree", - "version": "2.0.0-alpha.120", + "version": "2.0.0-alpha.121", "description": "Async/Await I/O B-tree in pure JavaScript for Node.js.",