Skip to content

Commit

Permalink
node-midi v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlatimer committed Jan 21, 2014
1 parent 58aaeca commit 2697454
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# node-midi Changelog

## Version 0.7.1

* Remove unmatched uv_unref() causing segfault. (Andrew Morton)

## Version 0.7.0

* Add readable/writable stream support. ()
* Add readable/writable stream support. (Elijah Insua)

## Version 0.6.0

Expand Down
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
{
"name": "midi",
"version": "v0.7.0",
"version": "v0.7.1",
"scripts": {
"test": "node test/virtual-loopback-test-automated.js"
},
"main": "midi.js",
"description": "MIDI hardware IO",
"author": {
"author": {
"name" : "Justin Latimer",
"email" : "justinlatimer@gmail.com",
"url" : "http://www.justinlatimer.com/"
},
"contributors": [
{
"name": "Luc Deschenaux",
"email": "luc.deschenaux@freesurf.ch"
"name": "Elijah Insua",
"email": "tmpvar@gmail.com"
}, {
"name": "Andrew Morton",
"email": "drewish@katherinehouse.com"
}, {
"name": "Luc Deschenaux",
"email": "luc.deschenaux@freesurf.ch"
}, {
"name": "Michael Alyn Miller",
"email": "malyn@strangegizmo.com"
}, {
"name": "Elijah Insua",
"email": "tmpvar@gmail.com"
}
],
"engines": {
Expand All @@ -29,7 +32,7 @@
"dependencies": {
"bindings": "*"
},
"repository" : {
"repository" : {
"type" : "git",
"url" : "https://github.com/justinlatimer/node-midi.git"
}
Expand Down

0 comments on commit 2697454

Please sign in to comment.