Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Jul 8, 2022
1 parent cb9b146 commit 0ae7b59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion midi-script/Internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def get_ns(self, nsid):
return self

def get_version(self, ns):
return "2.4.0"
return "2.5.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 0ae7b59

Please sign in to comment.