Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teonbrooks committed Mar 10, 2020
1 parent 6755c61 commit 4527962
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.12.0 (Mar 9, 2020) - Project Cleanup and UI fixes
- Randomization bug fixed
- New EEG Data Explorer component
- Fixed the Explore EEG Data screen
- QA and linting over the whole project

# 0.11.2 (Feb 29, 2020) - Additional Updates to Customize Screen
- Clean up Customization

# 0.11.1 (Feb 25, 2020) - Update Customize Screen
- Update the UI for ease of experiment customization

Expand Down
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BrainWaves",
"productName": "BrainWaves",
"version": "0.11.2",
"version": "0.12.0",
"description": "EEG Desktop Application",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BrainWaves",
"productName": "BrainWaves",
"version": "0.11.2",
"version": "0.12.0",
"description": "EEG Experiment Desktop Application",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit 4527962

Please sign in to comment.