Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.0](v1.3.1...v1.4.0) (2023-03-02)

### Features

* Support arbitrary device combinations – thanks [@lamusician](https://github.com/lamusician) and [@limageurpublic](https://github.com/limageurpublic) for testing! ([db82022](db82022))

### Bug Fixes

* **Encoder Assignments:** Prevent unassigned encoders from falling back to their previous assignment ([bc39c0e](bc39c0e))
  • Loading branch information
semantic-release-bot committed Mar 2, 2023
1 parent 43d5c1d commit 244df43
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.3.1...v1.4.0) (2023-03-02)


### Features

* Support arbitrary device combinations – thanks [@lamusician](https://github.com/lamusician) and [@limageurpublic](https://github.com/limageurpublic) for testing! ([db82022](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/db82022b450ad63c85f6f48da595f7a0530b9b0f))


### Bug Fixes

* **Encoder Assignments:** Prevent unassigned encoders from falling back to their previous assignment ([bc39c0e](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/bc39c0ea2b4fad1474e904052f4b1de5f5156dad))

## [1.3.1](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.3.0...v1.3.1) (2023-02-22)


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": "cubase-xtouch-midiremote",
"version": "1.3.1",
"version": "1.4.0",
"private": true,
"scripts": {
"build": "node build.mjs",
Expand Down

0 comments on commit 244df43

Please sign in to comment.