From 192c4b73c46781df4600c808a4db761f3169be8f Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Sat, 30 Apr 2022 09:05:18 +0200 Subject: [PATCH] v2.3.3 --- 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 9725c51..d3b07ca 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.3](https://github.com/leolabs/ableton.js/compare/v2.3.2...v2.3.3) + +- :sparkles: Add set_or_delete_cue, undo, and redo commands [`41d5ef7`](https://github.com/leolabs/ableton.js/commit/41d5ef7a2461fea95b125de13e18285beb47a2d6) + #### [v2.3.2](https://github.com/leolabs/ableton.js/compare/v2.3.1...v2.3.2) +> 30 March 2022 + - :sparkles: Add a function to clear all event listeners [`809fe4e`](https://github.com/leolabs/ableton.js/commit/809fe4effb0893afb9aaac2cee8b13fb2e6fc5e5) #### [v2.3.1](https://github.com/leolabs/ableton.js/compare/v2.3.0...v2.3.1) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index 040c786..c54985a 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.3.2" + return "2.3.3" diff --git a/package.json b/package.json index 6c33e2b..e5e30ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "2.3.2", + "version": "2.3.3", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",