We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c0288 commit 9cdfdfbCopy full SHA for 9cdfdfb
2 files changed
README.md
@@ -9,10 +9,8 @@ The Engaging Computing Group develops new technologies to enable learners—yout
9
## Status
10
[](https://circleci.com/gh/engaging-computing/MYR)
11
12
-## Change Log - 3.1.0 -> 3.1.1
13
-- Patched font-size bug, previously changing font-size would clear code in the editor
14
-- Dependency updates
15
-- 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
16
17
18
## Acknowledgments
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "myr",
3
- "version": "3.1.1",
+ "version": "3.1.2",
4
"private": false,
5
"engines": {
6
"node": "^12.18.2"
0 commit comments