Skip to content

Commit e567403

Browse files
committed
v1.0.2
1 parent b14a6e3 commit e567403

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# node-midi Changelog
22

3+
## Version 1.0.2
4+
5+
* Add a 'send' alias for 'sendMessage'.
6+
* Use the NAN module init.
7+
* Ensure promises can be resolved inside on('message') callbacks (Malvineous)
8+
39
## Version 1.0.1
410

511
* Update supported node versions.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midi",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"test": "mocha test/unit/*.js && node test/virtual-loopback-test-automated.js"
66
},

0 commit comments

Comments
 (0)