From 535b4861d42bfd675a2ed7b67812f197b46d9463 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Fri, 11 Sep 2020 00:17:21 -0700 Subject: [PATCH] v0.12.15 Release notes: - [twisty] Add 5x5x5, 6x6x6, and 7x7x7 to `TwistyPlayer`. --- 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 1eb694e11..4efdacef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.12.14", + "version": "0.12.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cec17628f..93665eb8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.12.14", + "version": "0.12.15", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "main": "dist/cjs/cubing.js",