Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Mar 9, 2018
1 parent ba9e987 commit 2bf914e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 3.0.0 (March 9, 2018)

### Breaking Changes

* Make validLabels an array of pairs to define order of changelog sections ([#144](https://github.com/lo1tuma/pr-log/pull/144))
* Don’t write stacktraces to stderr per default ([#141](https://github.com/lo1tuma/pr-log/pull/141))
* Make references to pull requests a link ([#142](https://github.com/lo1tuma/pr-log/pull/142))
* Remove support for nodejs 4 and 7 ([#125](https://github.com/lo1tuma/pr-log/pull/125))

### Enhancements

* Add support for custom date format configuration ([#143](https://github.com/lo1tuma/pr-log/pull/143))
* Validate CLI argument to be a valid semver version number ([#133](https://github.com/lo1tuma/pr-log/pull/133))
* Add refactor label ([#132](https://github.com/lo1tuma/pr-log/pull/132))

### Documentation

* Small README.md improvements ([#140](https://github.com/lo1tuma/pr-log/pull/140))

### Dependency Upgrades

* Update commander to the latest version 🚀 ([#137](https://github.com/lo1tuma/pr-log/pull/137))
* Update @octokit/rest to the latest version 🚀 ([#135](https://github.com/lo1tuma/pr-log/pull/135))
* Update mocha to the latest version 🚀 ([#128](https://github.com/lo1tuma/pr-log/pull/128))

### Code Refactoring

* Use ava instead of mocha/chai ([#138](https://github.com/lo1tuma/pr-log/pull/138))
* Remove proxyquire dependency ([#134](https://github.com/lo1tuma/pr-log/pull/134))
* Use octokit instead of restling ([#131](https://github.com/lo1tuma/pr-log/pull/131))
* Use async/await instead of bluebird ([#130](https://github.com/lo1tuma/pr-log/pull/130))

## 2.1.0 (March 3, 2018)

### Dependency Upgrades
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-log",
"version": "2.1.0",
"version": "3.0.0",
"description": "Changelog generator based on GitHub Pull Requests",
"bin": "dist/bin/pr-log.js",
"files": [
Expand Down

0 comments on commit 2bf914e

Please sign in to comment.