Skip to content

Commit fabc2b9

Browse files
author
Bryan Montalvan
authored
Merge pull request #561 from bryanmontalvan/rc-3.1.1
Updating MYR 3.1.0 -> 3.1.1
2 parents d1c9c74 + d07b786 commit fabc2b9

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ The Engaging Computing Group develops new technologies to enable learners—yout
99
## Status
1010
[![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR)
1111

12-
## Change Log - 3.0.0 -> 3.1.0
13-
- Updated sorting for user projects to be case insensitive.
14-
- Added ability to change code font size for an account.
15-
- Added transparency to helper grid
16-
- Additional Documentation for development.
17-
- Misc. Dependency updates
18-
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)
1916

2017

2118
## Acknowledgments

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myr",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"private": false,
55
"engines": {
66
"node": "^12.18.2"

0 commit comments

Comments
 (0)