diff --git a/CHANGELOG.md b/CHANGELOG.md index b40484f..0cb0463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v3.1.8](https://github.com/leolabs/ableton.js/compare/v3.1.7...v3.1.8) + +- :fire: Remove the postinstall hook [`d55efec`](https://github.com/leolabs/ableton.js/commit/d55efec00110398610d9f62457f5daa86293d985) +- :bug: Fix type annotations which are unsupported in Live 10 [`b396684`](https://github.com/leolabs/ableton.js/commit/b3966844d1bf5f4d0f4c0d3b789b9386f82d7e72) + #### [v3.1.7](https://github.com/leolabs/ableton.js/compare/v3.1.6...v3.1.7) +> 27 April 2023 + - :mute: Don't clutter the logs by default [`333ff7b`](https://github.com/leolabs/ableton.js/commit/333ff7bf0a51bc3eace927a3b7ae0ff740ac616f) - :sparkles: Add the `appointed_device` property [`ae47bd2`](https://github.com/leolabs/ableton.js/commit/ae47bd2e0ed8b68f5bfab561709eab65238bce06) - :wrench: Copy the MIDI script into the User Library instead of into the app [`c4050d6`](https://github.com/leolabs/ableton.js/commit/c4050d664755fdae41152e9c376d91eea2071c94) diff --git a/midi-script/version.py b/midi-script/version.py index 4eb9167..c1e4845 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.1.7" +version = "3.1.8" diff --git a/package.json b/package.json index 648ca1d..a6af8f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.1.7", + "version": "3.1.8", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",