Skip to content

Commit ac70101

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2023-03-17) ### Bug Fixes * Make MIDI port names unique to fix an issue where Cubase would randomly swap identically named MIDI ports (such as multiple extender ports) ([b7a0659](b7a0659)), closes [#4](#4)
1 parent b7a0659 commit ac70101

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.1](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.0...v1.4.1) (2023-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Make MIDI port names unique to fix an issue where Cubase would randomly swap identically named MIDI ports (such as multiple extender ports) ([b7a0659](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/b7a06590e87ed95d10064b314d06a5bbde3b47db)), closes [#4](https://github.com/bjoluc/cubase-xtouch-midiremote/issues/4)
12+
613
## [1.4.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.3.1...v1.4.0) (2023-03-02)
714

815

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": "cubase-xtouch-midiremote",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"scripts": {
66
"build": "node build.mjs",

0 commit comments

Comments
 (0)