Skip to content

Commit 0b10e40

Browse files
author
Jean-Philippe Côté
committed
Release v3.1.13
1 parent fc41d57 commit 0b10e40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmidi",
3-
"version": "3.1.12",
3+
"version": "3.1.13",
44
"description": "WEBMIDI.js makes it easy to talk to MIDI instruments from a browser or from Node.js. It simplifies the control of external or virtual MIDI instruments with functions such as playNote(), sendPitchBend(), sendControlChange(), etc. It also allows reacting to incoming MIDI messages by adding listeners for user-friendly events such as 'noteon', 'pitchbend', 'songposition', etc.",
55
"main": "./dist/cjs/webmidi.cjs.min.js",
66
"types": "./dist/cjs/webmidi.cjs.d.ts",

0 commit comments

Comments
 (0)