Skip to content

Commit 4527962

Browse files
committed
0.12.0
1 parent 6755c61 commit 4527962

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.12.0 (Mar 9, 2020) - Project Cleanup and UI fixes
2+
- Randomization bug fixed
3+
- New EEG Data Explorer component
4+
- Fixed the Explore EEG Data screen
5+
- QA and linting over the whole project
6+
7+
# 0.11.2 (Feb 29, 2020) - Additional Updates to Customize Screen
8+
- Clean up Customization
9+
110
# 0.11.1 (Feb 25, 2020) - Update Customize Screen
211
- Update the UI for ease of experiment customization
312

app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BrainWaves",
33
"productName": "BrainWaves",
4-
"version": "0.11.2",
4+
"version": "0.12.0",
55
"description": "EEG Desktop Application",
66
"main": "./main.prod.js",
77
"author": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BrainWaves",
33
"productName": "BrainWaves",
4-
"version": "0.11.2",
4+
"version": "0.12.0",
55
"description": "EEG Experiment Desktop Application",
66
"scripts": {
77
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",

0 commit comments

Comments
 (0)