From a810c7c6944f71e81909f4512a41e127adfda16a Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Fri, 3 May 2024 11:01:03 +0200 Subject: [PATCH] v3.4.5 --- 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 bf76e53..7768f78 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.4.5](https://github.com/leolabs/ableton.js/compare/v3.4.4...v3.4.5) + +- :bug: Fix some pending requests never resolving when Live disconnects, immediately reject pending requests when Live sends a realtime disconnect event [`4c1a3fe`](https://github.com/leolabs/ableton.js/commit/4c1a3fe9465c0b690aa3ae29f79a39fbaa991a61) + #### [v3.4.4](https://github.com/leolabs/ableton.js/compare/v3.4.3...v3.4.4) +> 1 May 2024 + - :sparkles: Add the `tempo_follower_enabled` property [`8cf68c8`](https://github.com/leolabs/ableton.js/commit/8cf68c8e2a261cea6f8ebab8ec9e5db8a8c39195) #### [v3.4.3](https://github.com/leolabs/ableton.js/compare/v3.4.2...v3.4.3) diff --git a/midi-script/version.py b/midi-script/version.py index 9332c1c..016ad0a 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.4.4" +version = "3.4.5" diff --git a/package.json b/package.json index 2b464fb..9b6bf23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.4.4", + "version": "3.4.5", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",