diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e89a26..147444d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2.1](https://github.com/leolabs/ableton.js/compare/v3.2.0...v3.2.1) + +- :sparkles: Add the ability to warn when a command takes longer than expected [`24b046a`](https://github.com/leolabs/ableton.js/commit/24b046a6047945d1e5b4011d5b6912cbf2093158) + #### [v3.2.0](https://github.com/leolabs/ableton.js/compare/v3.1.9...v3.2.0) +> 12 June 2023 + - :package: Upgrade TypeScript and related deps [`f1c3479`](https://github.com/leolabs/ableton.js/commit/f1c34791deaf6ea6f3040d957741756be0cb454c) - :sparkles: Allow changing the timeout for commands [`d216432`](https://github.com/leolabs/ableton.js/commit/d21643289b53cb727bd438a1a0aebb3f275bcad7) - :memo: Document class options [`b6c8b7c`](https://github.com/leolabs/ableton.js/commit/b6c8b7c2ed6242f78dd3b5d7343f98c984b1f59c) diff --git a/midi-script/version.py b/midi-script/version.py index df1fd0c..04d1396 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.2.0" +version = "3.2.1" diff --git a/package.json b/package.json index c916f12..b3b5a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.2.0", + "version": "3.2.1", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",