From 9bd406b8d654d7993078753ae874a67dcc4ab110 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 10 Sep 2020 23:33:18 -0700 Subject: [PATCH] v0.12.14 Release notes: - [kpuzzle] Rename `parse` to `parseKPuzzle`. 30f7701a - [twisty] Support (experimental) start setup. This allows `TwistyPlayer` to start with an arbitrary state. d8e7b7e6 - [twisty] `TwistyPlayer` now shows full-size opaque foundations below stickers. See https://experiments.cubing.net/cubing.js/twisty/attributes.html to play with the latest `TwistyPlayer` options. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f93b98c2b..1eb694e11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.12.13", + "version": "0.12.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a7d173599..cec17628f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.12.13", + "version": "0.12.14", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "main": "dist/cjs/cubing.js",