From 2f414ed8899740ceedbc0d9c0dd8007b3b9a8007 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 6 Jun 2021 01:42:02 -0700 Subject: [PATCH] v0.18.0 Release notes: - WCA notation support - Bluetooth: Heykube support - `Commutator` and `Conjugate` no longer have amounts - New element: `` - `experimental-` prefix removed: `` - TypeScript: `TwistyPlayer` types allow initializing or setting an alg using a string. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40a5483d9..73a890a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cubing", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cubing", - "version": "0.17.0", + "version": "0.18.0", "license": "GPL-3.0-or-later", "dependencies": { "@types/three": "^0.126.1", diff --git a/package.json b/package.json index d5c37c4b4..24151e05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.17.0", + "version": "0.18.0", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "type": "module",