From 9cdfdfb080f76fbe309b4a5ebc2d8288963d6e64 Mon Sep 17 00:00:00 2001 From: Keith Valin Date: Mon, 25 Apr 2022 11:11:27 -0400 Subject: [PATCH] Release notes for 3.1.2 --- README.md | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f4793d6..3a8f078a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,8 @@ 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 - 3.1.0 -> 3.1.1 -- Patched font-size bug, previously changing font-size would clear code in the editor -- Dependency updates -- nvmrc file updated (10.13 -> 12.18) +## Change Log - 3.1.1 -> 3.1.2 +- Fixed a bug where an old scene without a name can crash the client view ## Acknowledgments diff --git a/package.json b/package.json index 1ec44904..e3669ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myr", - "version": "3.1.1", + "version": "3.1.2", "private": false, "engines": { "node": "^12.18.2"