From 5336ebd0f57d36e2cf5d69bb1b8289b3ca3319de Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Sat, 21 May 2022 16:27:10 +0200 Subject: [PATCH] v2.4.0 --- CHANGELOG.md | 7 +++++++ midi-script/Internal.py | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3899d58..a5465b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v2.4.0](https://github.com/leolabs/ableton.js/compare/v2.3.4...v2.4.0) + +- :wrench: Use ports 39031 and 39041 to avoid collisions with other applications [`e3bd84c`](https://github.com/leolabs/ableton.js/commit/e3bd84cadf92af5d648533fd656c90722f5d8ab2) +- :sparkles: Run the heartbeat check once after initializing the class [`8db0bd6`](https://github.com/leolabs/ableton.js/commit/8db0bd66f5dec534f38c1319cacd2cc91da89f6a) + #### [v2.3.4](https://github.com/leolabs/ableton.js/compare/v2.3.3...v2.3.4) +> 1 May 2022 + - :sparkles: Return the start and end time of clips in the raw clip [`1862efe`](https://github.com/leolabs/ableton.js/commit/1862efe6c6e8bc4d894cdce9b376e1fde93c8c7b) #### [v2.3.3](https://github.com/leolabs/ableton.js/compare/v2.3.2...v2.3.3) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index efe070a..bfe6705 100644 --- a/midi-script/Internal.py +++ b/midi-script/Internal.py @@ -10,4 +10,4 @@ def get_ns(self, nsid): return self def get_version(self, ns): - return "2.3.4" + return "2.4.0" diff --git a/package.json b/package.json index 5667948..0de66c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "2.3.4", + "version": "2.4.0", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",