Skip to content

Commit

Permalink
v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Sep 10, 2023
1 parent 5caeaeb commit 8be3bf9
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).

#### [v3.3.3](https://github.com/leolabs/ableton.js/compare/v3.3.2...v3.3.3)

- :mute: Fix every message being logged twice [`3a2571f`](https://github.com/leolabs/ableton.js/commit/3a2571f0a4ad61fdf751a0dfbb5da00b6def8508)
- :wastebasket: Deprecate `removeNotes` and add `removeNotesExtended` as a replacement [`ac02271`](https://github.com/leolabs/ableton.js/commit/ac022718f0b16317d8fdf70ff1c8d77eaaa0f384)
- :bug: Address a hang in newer versions of Live when the UDP port is already being used [`5caeaeb`](https://github.com/leolabs/ableton.js/commit/5caeaebc172fc819693c988643071c565e4dbcd3)

#### [v3.3.2](https://github.com/leolabs/ableton.js/compare/v3.3.1...v3.3.2)

> 27 July 2023
- :package: Add lodash as a dependency, fixes #104 [`#104`](https://github.com/leolabs/ableton.js/issues/104)

#### [v3.3.1](https://github.com/leolabs/ableton.js/compare/v3.3.0...v3.3.1)
Expand Down
2 changes: 1 addition & 1 deletion midi-script/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.3.2"
version = "3.3.3"
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": "3.3.2",
"version": "3.3.3",
"description": "Control Ableton Live from Node",
"main": "index.js",
"author": "Leo Bernard <[email protected]>",
Expand Down

0 comments on commit 8be3bf9

Please sign in to comment.