Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed May 21, 2022
1 parent 8db0bd6 commit 5336ebd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.3.4"
return "2.4.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.3.4",
"version": "2.4.0",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 5336ebd

Please sign in to comment.