From 977f9049328fb5a6a4e242d9e31cc6a585c70186 Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Sun, 26 Feb 2023 16:06:10 +0100 Subject: [PATCH] v3.1.3 --- CHANGELOG.md | 8 ++++++++ midi-script/Internal.py | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae0d4a..c37938e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.3](https://github.com/leolabs/ableton.js/compare/v3.1.2...v3.1.3) + +- :bug: Fix opening a project file from within Finder closing all socket and file handles [`6cf2440`](https://github.com/leolabs/ableton.js/commit/6cf244057797dd45a7f5007af907947754449d5d) +- :loud_sound: Log data that couldn't be sent [`e39c6c6`](https://github.com/leolabs/ableton.js/commit/e39c6c6b0b68823268ca715c486dbc1ab6ce7dec) +- :loud_sound: Improve logging for event handlers [`a1fa33b`](https://github.com/leolabs/ableton.js/commit/a1fa33bb9c1c6b05352ea845c24b4637c7f80094) + #### [v3.1.2](https://github.com/leolabs/ableton.js/compare/v3.1.1...v3.1.2) +> 26 February 2023 + - :sparkles: Keep a handle to the client port file open for faster read performance [`2a0295d`](https://github.com/leolabs/ableton.js/commit/2a0295dff3022e3812c2a0f6077ffb7bdcd00bf0) - :sparkles: Try re-using the previous port for a quicker reconnect [`5c77760`](https://github.com/leolabs/ableton.js/commit/5c777606ce97295429dcac1a5685a34c8aa5abe3) - :bug: Fix double disconnect/connect event [`2f960be`](https://github.com/leolabs/ableton.js/commit/2f960be4c6d18b2668d15258914cd3b763be0f4a) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index 27f2e97..2dffd8a 100644 --- a/midi-script/Internal.py +++ b/midi-script/Internal.py @@ -13,4 +13,4 @@ def get_ping(self, nsid): return True def get_version(self, ns): - return "3.1.2" + return "3.1.3" diff --git a/package.json b/package.json index 9fe65b3..59c6cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.1.2", + "version": "3.1.3", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",