From a9ad0c8733a6c155519e03c530cde6946eabf780 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Tue, 29 Oct 2024 18:13:42 -0700 Subject: [PATCH] v0.53.2 Release notes: - [bin/scramble] Fix the `cmd-ts` installation guard. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ab3b108f..db1e32858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.53.1", + "version": "0.53.2", "description": "A collection of JavaScript cubing libraries.", "author": "The js.cubing.net team", "type": "module",