Skip to content

Commit

Permalink
chore(release): 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
astral-arsonist committed Jul 5, 2018
1 parent 54bbcf6 commit bb6fa5f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

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.12"></a>
## [0.9.12](https://github.com/nodecg/nodecg/compare/v0.9.11...v0.9.12) (2018-07-05)


### Bug Fixes

* **bundles:** avoid throwing exception on Unicode BOM ([#401](https://github.com/nodecg/nodecg/issues/401)) ([84a4555](https://github.com/nodecg/nodecg/commit/84a4555))
* **package:** use npm audit to fix a lot of vulnerability warnings ([1b9dc96](https://github.com/nodecg/nodecg/commit/1b9dc96))


### Features

* **api:** add NodeCG.waitForReplicants method ([b8d3ed1](https://github.com/nodecg/nodecg/commit/b8d3ed1))
* **auth:** add basic local authentication ([#390](https://github.com/nodecg/nodecg/issues/390)) ([54bbcf6](https://github.com/nodecg/nodecg/commit/54bbcf6))



<a name="0.9.11"></a>
## [0.9.11](https://github.com/nodecg/nodecg/compare/v0.9.10...v0.9.11) (2018-05-03)

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

0 comments on commit bb6fa5f

Please sign in to comment.