Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.1.13...v5.0.0) (2019-06-25)

* feat(Drop support for node v6 and node v8.): ([187b75d](187b75d))

### BREAKING CHANGES

* Drop support for node v6 and node v8.
  • Loading branch information
semantic-release-bot committed Jun 25, 2019
1 parent 1c7bd39 commit 5059c49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.0.0](https://github.com/jwalton/node-promise-breaker/compare/v4.1.13...v5.0.0) (2019-06-25)


* feat(Drop support for node v6 and node v8.): ([187b75d](https://github.com/jwalton/node-promise-breaker/commit/187b75d))


### BREAKING CHANGES

* Drop support for node v6 and node v8.

## [4.1.13](https://github.com/jwalton/node-promise-breaker/compare/v4.1.12...v4.1.13) (2018-11-29)


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": "promise-breaker",
"version": "4.1.13",
"version": "5.0.0",
"description": "Library to help write libraries that accept both promises and callbacks.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5059c49

Please sign in to comment.