Skip to content

Commit

Permalink
chore(release): 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
astral-arsonist committed Sep 12, 2017
1 parent 7bb2f9f commit 8ac353d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.7"></a>
## [0.9.7](https://github.com/nodecg/nodecg/compare/v0.9.6...v0.9.7) (2017-09-12)


### Bug Fixes

* **api:** detect and throw when an object is assigned to multiple Replicants ([2fbaee3](https://github.com/nodecg/nodecg/commit/2fbaee3))
* **dashboard:** remove extra margins that could appear in bundle dialogs ([7bb2f9f](https://github.com/nodecg/nodecg/commit/7bb2f9f))



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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -80,5 +80,5 @@
"polymer": "2.0.0",
"webcomponentsjs": "^v1.0.0"
},
"version": "0.9.6"
"version": "0.9.7"
}
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
Expand Up @@ -2,7 +2,7 @@
"name": "nodecg",
"description": "Dynamic broadcast graphics rendered in a browser",
"main": "index.js",
"version": "0.9.6",
"version": "0.9.7",
"repository": {
"type": "git",
"url": "https://github.com/nodecg/nodecg.git"
Expand Down

0 comments on commit 8ac353d

Please sign in to comment.