From a8addf9115d5f344f597d8a24b00810d51c8432e Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Mon, 11 May 2020 01:03:00 -0700 Subject: [PATCH] v0.1.0 Release notes: - Add Square-1. 7c81ff14 - Add WCA notation for Square-1, Clock, Skewb, and Megaminx. - Fall back to 2D if 3D is not supported for the event. 4ef6018f --- 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 bdb5870..9492177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scramble-display", - "version": "0.0.5", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 71645d1..6a7a4f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scramble-display", - "version": "0.0.5", + "version": "0.1.0", "description": "A library to display puzzle scrambles.", "main": "dist/scramble-display.js", "types": "dist/scramble-display.d.ts",