From 39d6c37ee6f6a4917f8d2326e6ff13f119a1dfd7 Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Fri, 18 Mar 2022 11:58:04 +0100 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 9 +++++++++ midi-script/Internal.py | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56137c8..a0efb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.2.0](https://github.com/leolabs/ableton.js/compare/v2.1.8...v2.2.0) + +- :memo: Fix details in readme [`#36`](https://github.com/leolabs/ableton.js/pull/36) +- :bug: Fix errors on quick disconnect/connect [`#42`](https://github.com/leolabs/ableton.js/pull/42) +- :bug: Fix connected status on load of Ableton class [`#40`](https://github.com/leolabs/ableton.js/pull/40) +- :wrench: Add GitHub repo to NPM page [`#39`](https://github.com/leolabs/ableton.js/pull/39) + #### [v2.1.8](https://github.com/leolabs/ableton.js/compare/v2.1.7...v2.1.8) +> 18 February 2022 + - :sparkles: Add observable props for quantization [`ffd192d`](https://github.com/leolabs/ableton.js/commit/ffd192d1590f33cdd18c2e01dbf66a0bc67878e4) #### [v2.1.7](https://github.com/leolabs/ableton.js/compare/v2.1.6...v2.1.7) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index eb2c3c0..faddfea 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.1.8" + return "2.2.0" diff --git a/package.json b/package.json index 8be99c3..24b52c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "2.1.8", + "version": "2.2.0", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",