diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c65c6..7ae0d4a 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.2](https://github.com/leolabs/ableton.js/compare/v3.1.1...v3.1.2) + +- :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) + #### [v3.1.1](https://github.com/leolabs/ableton.js/compare/v3.1.0...v3.1.1) +> 25 February 2023 + - :loud_sound: Log connect and disconnect events [`e69f610`](https://github.com/leolabs/ableton.js/commit/e69f61098d61fd4027db4e94aad8155db5dbb504) - :bug: Don't count a failed ping as a successful connection event [`217e91e`](https://github.com/leolabs/ableton.js/commit/217e91ed936326c29a391ace9dcbe831125f4fa2) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index 7e960b8..27f2e97 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.1" + return "3.1.2" diff --git a/package.json b/package.json index e2b1390..3fe5b7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.1.1", + "version": "3.1.2", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",