From f5b2a24b08eaa3a1090c43e266d758b6efd8c9ec Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sat, 8 Aug 2020 00:10:52 -0700 Subject: [PATCH] v0.12.2 Release notes: - `TwistyPlayer` updates: - The UI theming matches the old UI better. - More configuration options available (again), including `controls`, `background`, and `back-view`. - `Twisty3DCanvas`: add a way to render to a data URL. - `Timeline`: support tempo scaling again. --- 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 f9750ca56..ad9c6bd66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26d1a9592..bc7cb9f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.12.1", + "version": "0.12.2", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "main": "dist/cjs/cubing.js",