From e4ca3975785b6c1aedc31a80d550f39c5304e367 Mon Sep 17 00:00:00 2001 From: Keith Valin Date: Wed, 9 Jun 2021 13:19:58 -0400 Subject: [PATCH] Updated README with 2.2.2 changes and upped patch version number --- README.md | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b413e43..1f625a75 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ The Engaging Computing Group develops new technologies to enable learners—yout ## Status [![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR) -## Change Log - 2.1.1 -> 2.2.0 -- Adds Lighting features to MYR -- Adds Texture features to MYR -- Updates copyright in the footer to be in the form `2018 - ` +## Change Log - 2.2.0 -> 2.2.1 +- Updated VR/AR buttons to be spaced out +- Fixed bug where colorshift would always choose white for it's initial color +- Updated autocompelete to put cursor in between parenthesis instead of after +- Fixed a bug where a pushable entity would not be able to be pushed (`makePushable`) ## Acknowledgments diff --git a/package.json b/package.json index 671ef35e..3928de54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myr", - "version": "2.2.0", + "version": "2.2.1", "private": false, "engines": { "node": "12.18.2"