Skip to content

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Apr 30, 2022
1 parent 41d5ef7 commit 192c4b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion midi-script/Internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def get_ns(self, nsid):
return self

def get_version(self, ns):
return "2.3.2"
return "2.3.3"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@leolabs.org>",
Expand Down

0 comments on commit 192c4b7

Please sign in to comment.