Skip to content

Commit 7ab2f5e

Browse files
author
Justin Latimer
committed
node-midi v0.5.0
1 parent f57521c commit 7ab2f5e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# node-midi Changelog
22

3+
## Version 0.5.0
4+
5+
* Switch from using libev to libuv. (Luc Deschenaux)
6+
* Check a port number is valid before trying to open it. (Luc Deschenaux)
7+
* Remove support for node versions < 0.6.0.
8+
* Code and build system improvements with new supported node versions.
9+
* Update documentation.
10+
11+
312
## Version 0.4.0
413

514
* Upgrade RtMidi to 1.0.15. (Luc Deschenaux)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "midi",
3-
"version": "v0.4.0",
3+
"version": "v0.5.0",
44
"scripts": {
55
"preinstall": "make",
66
"test": "node test/virtual-loopback-test-automated.js"

0 commit comments

Comments
 (0)