Skip to content

Commit

Permalink
v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Apr 5, 2023
1 parent f4f6a20 commit 1ab5024
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.1.6](https://github.com/leolabs/ableton.js/compare/v3.1.5...v3.1.6)

- :bug: Fix an issue with Live 10 where umlauts in a cached response would throw an error [`f4f6a20`](https://github.com/leolabs/ableton.js/commit/f4f6a20e30d9a0c97e585a12799255cbd769c240)

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

> 16 March 2023
- :zap: Try binding to the last used port first to speed up the connection to Live [`b86bc5d`](https://github.com/leolabs/ableton.js/commit/b86bc5d2b2872b030978a87cc3b001e2e997722d)
- :memo: Add logging to the example code [`7b5dfbf`](https://github.com/leolabs/ableton.js/commit/7b5dfbf5beb8140588211a4b54c970e48f9980c9)
- :bug: Don't emit an error when a received message can't be assigned to any request [`3186bdb`](https://github.com/leolabs/ableton.js/commit/3186bdbdc6cb1190d9d2de1f29905fed6e5030dd)
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.1.5"
version = "3.1.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.1.5",
"version": "3.1.6",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 1ab5024

Please sign in to comment.