Skip to content

Commit

Permalink
chore(release): 3.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.7.0](v3.6.0...v3.7.0) (2020-04-03)

### Features

* use callbackBuilder directly from callAsync ([2b3068f](2b3068f))
  • Loading branch information
semantic-release-bot committed Apr 3, 2020
1 parent e8fa720 commit c2da764
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.7.0](https://github.com/mixmaxhq/promise-callbacks/compare/v3.6.0...v3.7.0) (2020-04-03)


### Features

* use callbackBuilder directly from callAsync ([2b3068f](https://github.com/mixmaxhq/promise-callbacks/commit/2b3068f06ea96a0eaa8f536b094f3d5e6ca48e04))

## [3.6.0](https://github.com/mixmaxhq/promise-callbacks/compare/v3.5.0...v3.6.0) (2020-02-28)


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": "promise-callbacks",
"version": "3.6.0",
"version": "3.7.0",
"description": "Utilities to help convert a callback-using codebase to promises.",
"engines": {
"node": ">=6.9.0"
Expand Down

0 comments on commit c2da764

Please sign in to comment.