Skip to content

Commit

Permalink
chore(release): 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Abrahamic-God committed Sep 7, 2017
1 parent 431274b commit 29ece58
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.9.5"></a>
## [0.9.5](https://github.com/nodecg/nodecg/compare/v0.9.4...v0.9.5) (2017-09-07)


### Bug Fixes

* **dashboard:** fix Sign Out button being visible when login security is disabled ([aa12c54](https://github.com/nodecg/nodecg/commit/aa12c54))


### Features

* **sentry:** include git information about all loaded bundles when reporting errors to sentry ([431274b](https://github.com/nodecg/nodecg/commit/431274b))



<a name="0.9.4"></a>
## [0.9.4](https://github.com/nodecg/nodecg/compare/v0.9.3...v0.9.4) (2017-08-31)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"polymer": "2.0.0",
"webcomponentsjs": "^v1.0.0"
},
"version": "0.9.4"
"version": "0.9.5"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodecg",
"description": "Dynamic broadcast graphics rendered in a browser",
"main": "index.js",
"version": "0.9.4",
"version": "0.9.5",
"repository": {
"type": "git",
"url": "https://github.com/nodecg/nodecg.git"
Expand Down

0 comments on commit 29ece58

Please sign in to comment.