Skip to content

Commit

Permalink
v2.2.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Mar 26, 2022
1 parent efcfef2 commit cf5d62d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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.1-0](https://github.com/leolabs/ableton.js/compare/v2.2.0...v2.2.1-0)

- :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)

#### [v2.2.0](https://github.com/leolabs/ableton.js/compare/v2.1.8...v2.2.0)

> 18 March 2022
- :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)
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.2.0"
return "2.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.2.0",
"version": "2.2.1-0",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit cf5d62d

Please sign in to comment.