From 927ecf65fdfe0ab5caaf4ecf03a0e15dac46c480 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sat, 1 Feb 2025 01:18:40 -0800 Subject: [PATCH] v0.53.14 Release notes: - [scramble] Fix scramble filtering for some events. - [scramble] Change `baby_fto` scrambles to use `BR` moves instead of `D`. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 690de5929..2a3579249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.53.14-dev", + "version": "0.53.14", "description": "A collection of JavaScript cubing libraries.", "author": "The js.cubing.net team", "type": "module",