Skip to content

Commit 61fb338

Browse files
committed
v4.0.4
1 parent 96ea3cc commit 61fb338

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.0.4](https://github.com/leolabs/ableton.js/compare/v4.0.3...v4.0.4)
8+
9+
- :wrench: Increase the packet send burst and receive buffer [`96ea3cc`](https://github.com/leolabs/ableton.js/commit/96ea3cce45e8bf22f2d5ae988ed325d79d43136e)
10+
711
#### [v4.0.3](https://github.com/leolabs/ableton.js/compare/v4.0.2...v4.0.3)
812

13+
> 9 December 2025
14+
915
- :wrench: Replace version in `package-version.ts` file before it gets compiled [`a68bbb5`](https://github.com/leolabs/ableton.js/commit/a68bbb562809fb368172ae56939e50000ceb48eb)
1016

1117
#### [v4.0.2](https://github.com/leolabs/ableton.js/compare/v4.0.1...v4.0.2)

midi-script/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "4.0.3"
1+
version = "4.0.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ableton-js",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Control Ableton Live from Node",
55
"type": "module",
66
"exports": {

src/util/package-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = "4.0.3";
1+
export const packageVersion = "4.0.4";

0 commit comments

Comments
 (0)