Skip to content

Commit

Permalink
chore(release): 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
from-the-river-to-the-sea committed Aug 31, 2017
1 parent 74fef28 commit d04c4bc
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.4"></a>
## [0.9.4](https://github.com/nodecg/nodecg/compare/v0.9.3...v0.9.4) (2017-08-31)


### Bug Fixes

* **config:** reduce the number of cases where a bundle's config is rejected when it shouldn't be ([e62de24](https://github.com/nodecg/nodecg/commit/e62de24))
* **replicants:** improve parsing of schema $refs ([6364396](https://github.com/nodecg/nodecg/commit/6364396))



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

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.3"
"version": "0.9.4"
}
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.3",
"version": "0.9.4",
"repository": {
"type": "git",
"url": "https://github.com/nodecg/nodecg.git"
Expand Down

0 comments on commit d04c4bc

Please sign in to comment.