From f7097741ae9d1500734729b79e175767247e9c9f Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sat, 2 Jan 2021 05:01:54 -0800 Subject: [PATCH] v0.14.4 Release notes: - Stickering support for SVG. - Add `experimental-2D-LL` visualization. --- 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 ac91e8d1f..fe50cd154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.14.3", + "version": "0.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af69fda9a..8519eac4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubing", - "version": "0.14.3", + "version": "0.14.4", "description": "A collection of Javascript cubing libraries.", "author": "The js.cubing.net team", "type": "module",