Skip to content

Commit 29cbb8e

Browse files
committed
v1.0.4
1 parent cd42165 commit 29cbb8e

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.4
4+
5+
* Use a git submodule for RtMidi.
6+
* Use a larger sysex message buffer size on Windows.
7+
* Fix links in readme (dzoba)
8+
39
## Version 1.0.3
410

511
* Update RtMidi to d2dd50d.

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.3",
3+
"version": "1.0.4",
44
"scripts": {
55
"test": "mocha test/unit/*.js && node test/virtual-loopback-test-automated.js"
66
},

0 commit comments

Comments
 (0)