Skip to content

Commit 69cbd0d

Browse files
Merge pull request #413 from engaging-computing/dev
v2.0.1 Change Log
2 parents 03241cc + d6c6689 commit 69cbd0d

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ 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 - 1.9.1 -> 2.0.0
13-
- Removed all Firebase dependencies and uses Mongo exclusively
14-
- Changed scene URL schema to be `/scene/:id`
15-
- Replaced authentication with Google OAuth2
16-
- Update npm version
17-
- Replaced yarn with npm
12+
## Change Log - 2.0.0 -> 2.0.1
13+
- Fixed bug where tokens expired after one hour and weren't refreshed
1814

1915
## Acknowledgments
2016
MYR uses [Aframe](https://aframe.io), a fantastic open source project, to render objects and effects in the three dimensional space.

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": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"engines": {
66
"node": "12.18.2"

0 commit comments

Comments
 (0)