Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Sep 18, 2021
1 parent e24bdad commit 2cd0f95
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.1.2](https://github.com/leolabs/ableton.js/compare/v2.1.1...v2.1.2)

- :mute: Remove verbose logging from the Python plugin [`e24bdad`](https://github.com/leolabs/ableton.js/commit/e24bdade154ba47622c7fa795f987726bec0350d)

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

> 30 May 2021
- :bug: Fix values being stringified unnecessarily [`0ab9879`](https://github.com/leolabs/ableton.js/commit/0ab98798326e23cdd7ea68aeb5dc8295b9bc61e4)

#### [v2.1.0](https://github.com/leolabs/ableton.js/compare/v2.0.1...v2.1.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.1.1"
return "2.1.2"
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.1.1",
"version": "2.1.2",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 2cd0f95

Please sign in to comment.