Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed May 29, 2021
1 parent 318be6c commit 3f16ec0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.0.1"
return "2.1.0"
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.0.1",
"version": "2.1.0",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 3f16ec0

Please sign in to comment.