diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf4a7e..63bc903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.3.0...v1.3.1) (2023-02-22) + + +### Bug Fixes + +* Fix visually incorrect scribble strip color mapping ([dc020b7](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/dc020b7de58eb7d1b5e146b896e575f6c6f1359d)) + ## [1.3.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.2.2...v1.3.0) (2023-02-14) diff --git a/package-lock.json b/package-lock.json index 148e9b9..2011d90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cubase-xtouch-midiremote", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cubase-xtouch-midiremote", - "version": "1.3.0", + "version": "1.3.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5a9b034..c1d493c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cubase-xtouch-midiremote", - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "build": "node build.mjs",