Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jun 20, 2017
1 parent 0b1f35c commit 85caeef
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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="2.0.0"></a>
# [2.0.0](https://github.com/peerigon/updtr/compare/v1.0.0...v2.0.0) (2017-06-20)


### Features

* Rewrite ([7ffc10a](https://github.com/peerigon/updtr/commit/7ffc10a)), closes [#14](https://github.com/peerigon/updtr/issues/14) [#47](https://github.com/peerigon/updtr/issues/47) [#46](https://github.com/peerigon/updtr/issues/46) [#13](https://github.com/peerigon/updtr/issues/13) [#51](https://github.com/peerigon/updtr/issues/51) [#58](https://github.com/peerigon/updtr/issues/58)


### BREAKING CHANGES

* New and changed CLI options

```
--use, -u Specify the package manager to use [choices: "npm", "yarn"] [default: "npm"]
--exclude, --ex Space separated list of module names that should not be updated [array]
--update-to, --to Specify which updates you want to install [choices: "latest", "non-breaking", "wanted"] [default: "latest"]
--save, -s Specify how updated versions should be saved to the package.json [choices: "smart", "caret", "exact"] [default: "smart"]
--reporter, -r Choose a reporter for the console output [choices: "dense", "none"] [default: "dense"]
--test, -t Specify a custom test command. Surround with quotes.
--test-stdout, --out Show test stdout if the update fails [boolean]
--registry, --reg Specify a custom registry to use
--version Show version number [boolean]
--help Show help [boolean]
```



<a name="1.0.0"></a>
# [1.0.0](https://github.com/peerigon/updtr/compare/v0.2.1...v1.0.0) (2017-04-01)

Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "updtr",
"version": "1.0.0",
"version": "2.0.0",
"description": "Update outdated npm modules with zero pain™",
"main": "dist",
"scripts": {
Expand Down

0 comments on commit 85caeef

Please sign in to comment.