diff --git a/package.json b/package.json index 3d10acf..0e5b8de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "la-feedback-system", - "version": "2.0.0", + "version": "2.0.1", "private": true, "license": "Apache-2.0", "description": "A website to gather feedback from students after interactions with LAs", diff --git a/src/CHANGELOG.json b/src/CHANGELOG.json index 6ff07d2..686852b 100644 --- a/src/CHANGELOG.json +++ b/src/CHANGELOG.json @@ -1,5 +1,6 @@ { "changes": [ + "## 2.0.1\n- Change session interaction count button style and disable requirements\n- Fix un-removable student bug\n- Clear students on course selection change", "## 2.0.0\n- Auto-suggest students registered in the course\n- Use a typeahead input field for students\n- Prevent logging student interactions with a student that doesn't exist.", "## 1.7.0\n- Add interaction counter", "## 1.6.1\n- Allow admins to download feedback as CSV",