From 857d89d2b10d4fdcc3040acc3853000dd77e9266 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 6 May 2021 05:57:47 -0700 Subject: [PATCH] v0.17.0 Release notes: - Add `CLL` stickering. - Add Gan Timer support. - Add Gan Robot support. - Add a `` element to select aming Bluetooth, keyboard, and Twizzle streams. - Move to Snowpack for development. --- 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 19418fec7..959526d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cubing", - "version": "0.16.7", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cubing", - "version": "0.16.7", + "version": "0.17.0", "license": "GPL-3.0-or-later", "dependencies": { "@types/three": "^0.126.1", diff --git a/package.json b/package.json index 0252c5a3a..03e553abc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.16.7", + "version": "0.17.0", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "type": "module",