From 47b602dfe427c75c0bd99d06a59afee6834ab65d Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Sat, 18 May 2024 14:59:30 +0200 Subject: [PATCH] v3.4.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 7768f78..e7e1266 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.6](https://github.com/leolabs/ableton.js/compare/v3.4.5...v3.4.6) + +- Get `song.view.get('detail_clip')` working [`#118`](https://github.com/leolabs/ableton.js/pull/118) + #### [v3.4.5](https://github.com/leolabs/ableton.js/compare/v3.4.4...v3.4.5) +> 3 May 2024 + - :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) diff --git a/midi-script/version.py b/midi-script/version.py index 016ad0a..5d78c28 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.4.5" +version = "3.4.6" diff --git a/package.json b/package.json index 9b6bf23..ca2cd19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.4.5", + "version": "3.4.6", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",