Skip to content

Commit

Permalink
chore: bump version number [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Nov 1, 2015
1 parent 8fbd716 commit 21560a4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="0.4.0"></a>
# [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))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/Kaixhin/FGLab/compare/0.3.0...v0.3.0) (2015-10-16)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FGLab",
"version": "0.4.0",
"version": "0.5.0",
"description": "Future Gadget Laboratory",
"main": "lab.js",
"scripts": {
Expand Down

0 comments on commit 21560a4

Please sign in to comment.