Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlatimer committed Apr 26, 2021
1 parent cd42165 commit 29cbb8e
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.4

* Use a git submodule for RtMidi.
* Use a larger sysex message buffer size on Windows.
* Fix links in readme (dzoba)

## Version 1.0.3

* Update RtMidi to d2dd50d.
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.3",
"version": "1.0.4",
"scripts": {
"test": "mocha test/unit/*.js && node test/virtual-loopback-test-automated.js"
},
Expand Down

0 comments on commit 29cbb8e

Please sign in to comment.