Skip to content

Commit

Permalink
Release v3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Côté committed Aug 6, 2024
1 parent d7c89d1 commit 5ada386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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": "webmidi",
"version": "3.1.10",
"version": "3.1.11",
"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.",
"main": "./dist/cjs/webmidi.cjs.min.js",
"types": "./dist/cjs/webmidi.cjs.d.ts",
Expand Down

0 comments on commit 5ada386

Please sign in to comment.