From 7d4d056f0d7d6246edc1a1b557b7a702abbc70a5 Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Sun, 27 Mar 2022 21:31:51 +0200 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 6 ++++++ midi-script/Internal.py | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e6802..646753f 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). +#### [v2.3.0](https://github.com/leolabs/ableton.js/compare/v2.2.1-0...v2.3.0) + +- :sparkles: Add the clip's name as an observable property [`78c9969`](https://github.com/leolabs/ableton.js/commit/78c99694e8e230ad4ecb022316ebed731994fc6f) + #### [v2.2.1-0](https://github.com/leolabs/ableton.js/compare/v2.2.0...v2.2.1-0) +> 26 March 2022 + - :sparkles: Implement basic Application interface to fetch live version and dialog information [`5aba86f`](https://github.com/leolabs/ableton.js/commit/5aba86f811ff36d43a99a657a2789e3d9ac59cce) - :white_check_mark: Add tests for the application namespace [`9954cdf`](https://github.com/leolabs/ableton.js/commit/9954cdf724a41d8705a62fa50ac5cb06b162e1f1) - :sparkles: Add support for listing clips in arrangement view [`e7df690`](https://github.com/leolabs/ableton.js/commit/e7df69060ccc7e098b1b4f5d418a79a60d57c4ce) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index dc8f0e6..34d89cc 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.2.1-0" + return "2.3.0" diff --git a/package.json b/package.json index d6db86e..400f76c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "2.2.1-0", + "version": "2.3.0", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",