Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArTiSTiX committed Nov 5, 2022
1 parent 3fbb12b commit ea42a2a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.1 (2022-11-05)

## Fixes

- **Midi**: Consider NOTE_ON with velocity 0 as NOTE_OFF

# 1.2.0 (2022-09-21)

## Features
Expand Down
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": "midi-jar",
"version": "1.2.0",
"version": "1.2.1",
"description": "A MIDI tool box for displaying chords and notes, routing devices, and more",
"main": "./src/main/main.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions release/app/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 release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-jar",
"version": "1.2.0",
"version": "1.2.1",
"description": "A MIDI tool box for displaying chords and notes, routing devices, and more",
"main": "./dist/main/main.js",
"author": {
Expand Down

0 comments on commit ea42a2a

Please sign in to comment.