Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Mar 2, 2016
1 parent 7b902b6 commit c476aa3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,32 @@
<a name="5.0.0"></a>
# [5.0.0](https://github.com/nodecg/nodecg-cli/compare/v4.1.0...v5.0.0) (2016-03-02)


### Bug Fixes

* **install:** I'm the worst, go back to using httpsUrl ([501264d](https://github.com/nodecg/nodecg-cli/commit/501264d))
* **install:** use gitUrl instead of httpsUrl ([8c483a3](https://github.com/nodecg/nodecg-cli/commit/8c483a3))
* **install:** use ssh instead of giturl ([7c25f0f](https://github.com/nodecg/nodecg-cli/commit/7c25f0f))
* **update:** fix error when installing bundle deps ([20ccda4](https://github.com/nodecg/nodecg-cli/commit/20ccda4))

### Code Refactoring

* **install:** use system bower ([1109d82](https://github.com/nodecg/nodecg-cli/commit/1109d82))

### Features

* **install:** install command now respects semver ranges, if supplied ([3be0c6a](https://github.com/nodecg/nodecg-cli/commit/3be0c6a))
* **setup:** add `-k` alias for `--skip-dependencies` ([fcd841a](https://github.com/nodecg/nodecg-cli/commit/fcd841a))
* **update:** remove update command while its functionality is re-evaluated ([52fbe07](https://github.com/nodecg/nodecg-cli/commit/52fbe07))


### BREAKING CHANGES

* update: remove update command
* install: requires bower to be globally installed



<a name="4.1.0"></a>
# [4.1.0](https://github.com/nodecg/nodecg-cli/compare/v4.0.0...v4.1.0) (2016-02-18)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nodecg-cli",
"description": "The NodeCG command line interface.",
"version": "4.1.0",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "git://github.com/nodecg/nodecg-cli.git"
Expand Down

0 comments on commit c476aa3

Please sign in to comment.