Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed May 23, 2017
1 parent b4303f5 commit 3dd11a1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.0.0 (May 23, 2017)

### Breaking Changes

* Drop nodejs 0.x and 5.x support (#79)
* Skip prerelease tags and upgrade semver (#76)

### Features

* Allow the user to configure PR label to group mapping (#78)
* Added --sloppy option (#75)

### Enhancements

* Handle PRs that don't match expected merge format (#77)

## 1.6.0 (August 25, 2016)

### Bug Fixes
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": "1.6.0",
"version": "2.0.0",
"description": "Changelog generator based on GitHub Pull Requests",
"bin": "dist/bin/pr-log.js",
"scripts": {
Expand Down

0 comments on commit 3dd11a1

Please sign in to comment.