From 21560a475237dae883b0773330aa9325b6752e5e Mon Sep 17 00:00:00 2001 From: Kaixhin Date: Sun, 1 Nov 2015 18:15:55 +0000 Subject: [PATCH] chore: bump version number [ci skip] --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a3b1c..e0352a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +# [0.4.0](https://github.com/Kaixhin/FGLab/compare/0.4.0...v0.4.0) (2015-11-01) + + +### Bug Fixes + +* allow bower to install with root ([974c99e](https://github.com/Kaixhin/FGLab/commit/974c99e)) +* delete _evaluations hidden property on grid search ([4731605](https://github.com/Kaixhin/FGLab/commit/4731605)) +* save multiple objects in GridFS and download binaries ([1186de5](https://github.com/Kaixhin/FGLab/commit/1186de5)) + +### Features + +* add machine live indicator ([39be32a](https://github.com/Kaixhin/FGLab/commit/39be32a)) +* add machine liveness indicator to home ([825897a](https://github.com/Kaixhin/FGLab/commit/825897a)) +* add server status indicator ([e46c09f](https://github.com/Kaixhin/FGLab/commit/e46c09f)) +* add update script ([92e953a](https://github.com/Kaixhin/FGLab/commit/92e953a)) +* display uploaded images ([a706419](https://github.com/Kaixhin/FGLab/commit/a706419)) +* display videos ([45363de](https://github.com/Kaixhin/FGLab/commit/45363de)) +* list machines' supported projects ([9a02ce1](https://github.com/Kaixhin/FGLab/commit/9a02ce1)) + +### Performance Improvements + +* add project ID to homepage ([2b46119](https://github.com/Kaixhin/FGLab/commit/2b46119)) +* list options and sort filenames ([adfae66](https://github.com/Kaixhin/FGLab/commit/adfae66)) + + + # [0.3.0](https://github.com/Kaixhin/FGLab/compare/0.3.0...v0.3.0) (2015-10-16) diff --git a/bower.json b/bower.json index 1218efa..fedd0f6 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "FGLab", "main": "lab.js", - "version": "0.4.0", + "version": "0.5.0", "homepage": "https://github.com/Kaixhin/FGLab", "description": "Future Gadget Laboratory", "moduleType": [ diff --git a/package.json b/package.json index c83212d..884b2d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "FGLab", - "version": "0.4.0", + "version": "0.5.0", "description": "Future Gadget Laboratory", "main": "lab.js", "scripts": {