Skip to content

Commit a3d41b8

Browse files
committed
update libs
1 parent 315102d commit a3d41b8

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpessaSynth",
3-
"version": "4.1.5",
3+
"version": "4.1.6",
44
"type": "module",
55
"private": true,
66
"scripts": {

src/website/changelog.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
/**
22
* Note to self: make sure to update this
33
*/
4-
export const WHATS_NEW: string[] = [
5-
`Fixed clicks on rare occasions`,
6-
`Support for F5 Multi-Port message on Linux`
7-
] as const;
4+
export const WHATS_NEW: string[] = [`Fixed sustain pedal`] as const;

0 commit comments

Comments
 (0)