From 1ab502462a45c28d60f00156144a2ec4c379e6ec Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Thu, 6 Apr 2023 00:16:26 +0200 Subject: [PATCH] v3.1.6 --- CHANGELOG.md | 6 ++++++ midi-script/version.py | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e311b5b..bf0fb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.1.6](https://github.com/leolabs/ableton.js/compare/v3.1.5...v3.1.6) + +- :bug: Fix an issue with Live 10 where umlauts in a cached response would throw an error [`f4f6a20`](https://github.com/leolabs/ableton.js/commit/f4f6a20e30d9a0c97e585a12799255cbd769c240) + #### [v3.1.5](https://github.com/leolabs/ableton.js/compare/v3.1.4...v3.1.5) +> 16 March 2023 + - :zap: Try binding to the last used port first to speed up the connection to Live [`b86bc5d`](https://github.com/leolabs/ableton.js/commit/b86bc5d2b2872b030978a87cc3b001e2e997722d) - :memo: Add logging to the example code [`7b5dfbf`](https://github.com/leolabs/ableton.js/commit/7b5dfbf5beb8140588211a4b54c970e48f9980c9) - :bug: Don't emit an error when a received message can't be assigned to any request [`3186bdb`](https://github.com/leolabs/ableton.js/commit/3186bdbdc6cb1190d9d2de1f29905fed6e5030dd) diff --git a/midi-script/version.py b/midi-script/version.py index 42d1f60..62277ec 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.1.5" +version = "3.1.6" diff --git a/package.json b/package.json index bff80ef..ecd334e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.1.5", + "version": "3.1.6", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",