Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Jun 12, 2023
1 parent 24b046a commit 3950ba0
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.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)
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.2.0"
version = "3.2.1"
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.2.0",
"version": "3.2.1",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 3950ba0

Please sign in to comment.