diff --git a/CHANGELOG.md b/CHANGELOG.md index 646753f..1f2e345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1](https://github.com/leolabs/ableton.js/compare/v2.3.0...v2.3.1) + +- :bug: Fix invalid import of the Timer object in Live 10 [`e003530`](https://github.com/leolabs/ableton.js/commit/e003530857191a0dc9aaacef954f7929813797a6) + #### [v2.3.0](https://github.com/leolabs/ableton.js/compare/v2.2.1-0...v2.3.0) +> 27 March 2022 + - :sparkles: Add the clip's name as an observable property [`78c9969`](https://github.com/leolabs/ableton.js/commit/78c99694e8e230ad4ecb022316ebed731994fc6f) #### [v2.2.1-0](https://github.com/leolabs/ableton.js/compare/v2.2.0...v2.2.1-0) diff --git a/midi-script/Internal.py b/midi-script/Internal.py index 34d89cc..5ee2475 100644 --- a/midi-script/Internal.py +++ b/midi-script/Internal.py @@ -10,4 +10,4 @@ def get_ns(self, nsid): return self def get_version(self, ns): - return "2.3.0" + return "2.3.1" diff --git a/package.json b/package.json index 400f76c..cd87a68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "2.3.0", + "version": "2.3.1", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",