diff --git a/CHANGELOG.md b/CHANGELOG.md index 893ccf61..71ff66f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,8 @@ Resulting in a folder structure like the following: ## [0.5.0] -- Show error messages in the webview UI +- Show test fail messages in the webview UI ![fail message in webview](./docs/images/fail-message-in-webview.png) + +- Display error messages if React fails to load diff --git a/package.json b/package.json index 43b366af..7d9e359c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coderoad", - "version": "0.4.0", + "version": "0.5.0", "description": "Play interactive coding tutorials in your editor", "keywords": [ "tutorial", diff --git a/web-app/package.json b/web-app/package.json index 8750e9b3..0e182540 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -1,6 +1,6 @@ { "name": "coderoad-app", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "build": "react-app-rewired build",