Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2023-03-22)

### Bug Fixes

* **Internationalization:** Improve LCD display usage in various languages ([b4ce7ce](b4ce7ce))
* **Mapping:** Make "Shift + Left" and "Shift + Right" set the left and right locator, respectively ([8b08a7c](8b08a7c))
  • Loading branch information
semantic-release-bot committed Mar 22, 2023
1 parent 8b08a7c commit f897624
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.2](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.1...v1.4.2) (2023-03-22)


### Bug Fixes

* **Internationalization:** Improve LCD display usage in various languages ([b4ce7ce](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/b4ce7ce12b1998f79d747c1fef66b4417a252767))
* **Mapping:** Make "Shift + Left" and "Shift + Right" set the left and right locator, respectively ([8b08a7c](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/8b08a7cdc30e1e12c4ad2f0416bf2f1e7bd90e4d))

## [1.4.1](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.0...v1.4.1) (2023-03-17)


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.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"build": "node build.mjs",
Expand Down

0 comments on commit f897624

Please sign in to comment.