diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4d314..46a15c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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). +#### [v2.1.0](https://github.com/leolabs/ableton.js/compare/v2.0.1...v2.1.0) + +- :bug: Fix notes-related operations [`#26`](https://github.com/leolabs/ableton.js/issues/26) +- :speech_balloon: Add comment about playing_status events [`#25`](https://github.com/leolabs/ableton.js/issues/25) +- :art: Extract conversion of objects to a JSON-friendly format to its own method [`84c414e`](https://github.com/leolabs/ableton.js/commit/84c414e17005793b499163d20d8785e0cda398c3) +- :fire: Remove unused imports [`318be6c`](https://github.com/leolabs/ableton.js/commit/318be6c9754b657f75be62a9fd0b888b3feff6bf) +- :bento: Update link to AbleSet banner [`cf036d8`](https://github.com/leolabs/ableton.js/commit/cf036d8de71070701da54f3542a0309a4b54a8b3) + #### [v2.0.1](https://github.com/leolabs/ableton.js/compare/v2.0.0...v2.0.1) +> 29 May 2021 + - :package: Upgrade dependencies [`ac5ae67`](https://github.com/leolabs/ableton.js/commit/ac5ae6783f984e4a3e91174ab58c1801110815f6) ### [v2.0.0](https://github.com/leolabs/ableton.js/compare/v1.14.4...v2.0.0) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index 5145716..34170ed 100644 --- a/midi-script/Internal.py +++ b/midi-script/Internal.py @@ -10,4 +10,4 @@ def get_ns(self, nsid): return self def get_version(self, ns): - return "2.0.1" + return "2.1.0" diff --git a/package.json b/package.json index 1607f5f..f8aeaec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "2.0.1", + "version": "2.1.0", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",