Skip to content

Commit f897624

Browse files
chore(release): 1.4.2 [skip ci]
## [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))
1 parent 8b08a7c commit f897624

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.1...v1.4.2) (2023-03-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **Internationalization:** Improve LCD display usage in various languages ([b4ce7ce](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/b4ce7ce12b1998f79d747c1fef66b4417a252767))
12+
* **Mapping:** Make "Shift + Left" and "Shift + Right" set the left and right locator, respectively ([8b08a7c](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/8b08a7cdc30e1e12c4ad2f0416bf2f1e7bd90e4d))
13+
614
## [1.4.1](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.0...v1.4.1) (2023-03-17)
715

816

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.1",
3+
"version": "1.4.2",
44
"private": true,
55
"scripts": {
66
"build": "node build.mjs",

0 commit comments

Comments
 (0)