Skip to content

Commit a810c7c

Browse files
committed
v3.4.5
1 parent 4c1a3fe commit a810c7c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v3.4.5](https://github.com/leolabs/ableton.js/compare/v3.4.4...v3.4.5)
8+
9+
- :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)
10+
711
#### [v3.4.4](https://github.com/leolabs/ableton.js/compare/v3.4.3...v3.4.4)
812

13+
> 1 May 2024
14+
915
- :sparkles: Add the `tempo_follower_enabled` property [`8cf68c8`](https://github.com/leolabs/ableton.js/commit/8cf68c8e2a261cea6f8ebab8ec9e5db8a8c39195)
1016

1117
#### [v3.4.3](https://github.com/leolabs/ableton.js/compare/v3.4.2...v3.4.3)

midi-script/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "3.4.4"
1+
version = "3.4.5"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ableton-js",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"description": "Control Ableton Live from Node",
55
"main": "index.js",
66
"author": "Leo Bernard <[email protected]>",

0 commit comments

Comments
 (0)