diff --git a/CHANGELOG.md b/CHANGELOG.md index efa6202..77143a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.4.0](https://github.com/leolabs/ableton.js/compare/v3.3.5...v3.4.0) + +- :bug: Fix setting quantizations not working correctly [`cd7a6e5`](https://github.com/leolabs/ableton.js/commit/cd7a6e52e65ad8dea9082b8b24afed952f6b33ad) +- :sparkles: Return mute and solo properties for each track [`5585533`](https://github.com/leolabs/ableton.js/commit/558553386dc7a0927541c2b246cc27fd86677641) + #### [v3.3.5](https://github.com/leolabs/ableton.js/compare/v3.3.4...v3.3.5) +> 6 November 2023 + - :sparkles: Properly create and return scenes and tracks [`dc550f1`](https://github.com/leolabs/ableton.js/commit/dc550f15a79360caf3b247f5373a1d255b2b3476) - :bug: Fix `createScene` not working when no index is provided [`e6bf99b`](https://github.com/leolabs/ableton.js/commit/e6bf99b7bcbcc053a2cddd12b5a77d91f36b0430) diff --git a/midi-script/version.py b/midi-script/version.py index 06a9993..501e9ac 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.3.5" +version = "3.4.0" diff --git a/package.json b/package.json index 8d9a4e1..0de98be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.3.5", + "version": "3.4.0", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",