From 26c2eb1c3f00618b65ed3fde18c38f5ce277c03f Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sat, 14 Sep 2024 16:59:01 -0700 Subject: [PATCH] v0.52.1 Release notes: - [search] Fix scramble filtering for 2x2x2 and Pyraminx. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b0506a54..a773724d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.52.0", + "version": "0.52.1", "description": "A collection of JavaScript cubing libraries.", "author": "The js.cubing.net team", "type": "module",