Skip to content

Commit

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

### Features

* Add encoder assignments for channel strip plugins ([fad1e7a](fad1e7a))

### Bug Fixes

* Fix track titles not being updated in Cubase v12.0.60 ([cbf7c27](cbf7c27))
* Update time display and Beats/SMPTE LEDs on script activation ([ebcfa0f](ebcfa0f))
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent ebcfa0f commit 0487d3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.2...v1.5.0) (2023-03-31)


### Features

* Add encoder assignments for channel strip plugins ([fad1e7a](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/fad1e7a1ca937a87ff219f0cd2a39081a051ea48))


### Bug Fixes

* Fix track titles not being updated in Cubase v12.0.60 ([cbf7c27](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/cbf7c2704d9dc589d6c64aeb7ae06a53b338f11e))
* Update time display and Beats/SMPTE LEDs on script activation ([ebcfa0f](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/ebcfa0f0d6130c8e283d1b28b8fa4c84aa587db5))

## [1.4.2](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.1...v1.4.2) (2023-03-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.4.2",
"version": "1.5.0",
"private": true,
"scripts": {
"build": "node build.mjs",
Expand Down

0 comments on commit 0487d3c

Please sign in to comment.