Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed May 29, 2021
1 parent 43af48f commit 07cbfc9
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,6 +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.0.0](https://github.com/leolabs/ableton.js/compare/v1.14.4...v2.0.0)

> 29 May 2021
- :sparkles: Compress and chunk data sent to Ableton [`b8b40e0`](https://github.com/leolabs/ableton.js/commit/b8b40e0ac1dfb97bc72f9c644122ffb9fcbeddf6)
- :sparkles: Implement a test wrapper that creates and closes an Ableton instance [`43af48f`](https://github.com/leolabs/ableton.js/commit/43af48f88a7bd236710c58d0e9d3b1436271a784)
- :sparkles: Add an error event and document events [`2688b68`](https://github.com/leolabs/ableton.js/commit/2688b6837a8b900df69b9930baa55445fb03dc36)

#### [v1.14.4](https://github.com/leolabs/ableton.js/compare/v1.14.3...v1.14.4)

> 29 March 2021
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 "1.14.4"
return "2.0.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": "1.14.4",
"version": "2.0.0",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 07cbfc9

Please sign in to comment.