From cb1c6007327ce132b70b4250d27f553c8d2dc632 Mon Sep 17 00:00:00 2001 From: TimSusa Date: Mon, 5 Apr 2021 18:11:51 +0200 Subject: [PATCH] chore(release): 1.3.46 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f861da..aa9517c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.46](https://github.com/TimSusa/midi-bricks/compare/v1.3.45...v1.3.46) (2021-04-05) + + +### Features + +* adapt caret color ([a2911b7](https://github.com/TimSusa/midi-bricks/commit/a2911b773e001e9cda32494656327a7af2c8745b)) + + +### Bug Fixes + +* Midi listener and learning with all channels ([4ccafe7](https://github.com/TimSusa/midi-bricks/commit/4ccafe711efe0ca530f7d4a5656e6398b6b6f0c9)) + ### [1.3.45](https://github.com/TimSusa/midi-bricks/compare/v1.3.44-alpha.10...v1.3.45) (2021-04-04) diff --git a/package.json b/package.json index 5778a617..e10c098e 100644 --- a/package.json +++ b/package.json @@ -148,4 +148,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}