Skip to content

Commit

Permalink
v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed May 18, 2024
1 parent 53ea9e1 commit 47b602d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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).

#### [v3.4.6](https://github.com/leolabs/ableton.js/compare/v3.4.5...v3.4.6)

- Get `song.view.get('detail_clip')` working [`#118`](https://github.com/leolabs/ableton.js/pull/118)

#### [v3.4.5](https://github.com/leolabs/ableton.js/compare/v3.4.4...v3.4.5)

> 3 May 2024
- :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)

#### [v3.4.4](https://github.com/leolabs/ableton.js/compare/v3.4.3...v3.4.4)
Expand Down
2 changes: 1 addition & 1 deletion midi-script/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.4.5"
version = "3.4.6"
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": "3.4.5",
"version": "3.4.6",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 47b602d

Please sign in to comment.