Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlatimer committed Jun 11, 2021
1 parent 7c65943 commit 4dbf7f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# node-midi Changelog

## Version 2.0.0

* Add tests for listing ports.
* Prevent RtMidi from ensuring unique port names on Windows (Breaking change to behaviour of port names on Windows).
* RtMidi Changes
* Trim whitespace changes from endpoint names (Breaking change to behaviour of port names on macOS).
* Refactor CoreMIDI client usage for stability.

## Version 1.0.4

* Use a git submodule for RtMidi.
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.4",
"version": "2.0.0",
"scripts": {
"test": "mocha test/unit/*.js && node test/virtual-loopback-test-automated.js"
},
Expand Down

0 comments on commit 4dbf7f3

Please sign in to comment.