From 0ae7b59efa3baeff09e89074ccacb7a8f7b45b88 Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Fri, 8 Jul 2022 11:23:35 +0200 Subject: [PATCH] v2.5.0 --- CHANGELOG.md | 9 +++++++++ midi-script/Internal.py | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5465b1..76cf544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.5.0](https://github.com/leolabs/ableton.js/compare/v2.4.0...v2.5.0) + +- adds support for getting the group_track property from a Track object [`#46`](https://github.com/leolabs/ableton.js/pull/46) +- Forward requested midi cc and note messages [`#48`](https://github.com/leolabs/ableton.js/pull/48) +- add Track's `duplicate_clip_to_arrangement` method [`#49`](https://github.com/leolabs/ableton.js/pull/49) +- Create LICENSE [`3f42141`](https://github.com/leolabs/ableton.js/commit/3f42141f33fc5b13eea2c46675c72182ec691bfb) + #### [v2.4.0](https://github.com/leolabs/ableton.js/compare/v2.3.4...v2.4.0) +> 21 May 2022 + - :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) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index bfe6705..2ae792a 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.4.0" + return "2.5.0" diff --git a/package.json b/package.json index 0de66c1..62203a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "2.4.0", + "version": "2.5.0", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",