Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlatimer committed Mar 30, 2021
1 parent b14a6e3 commit e567403
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-midi Changelog

## Version 1.0.2

* Add a 'send' alias for 'sendMessage'.
* Use the NAN module init.
* Ensure promises can be resolved inside on('message') callbacks (Malvineous)

## Version 1.0.1

* Update supported node versions.
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": "midi",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"test": "mocha test/unit/*.js && node test/virtual-loopback-test-automated.js"
},
Expand Down

0 comments on commit e567403

Please sign in to comment.