Skip to content

Commit d5f5168

Browse files
committed
set as 4.1.0
1 parent e260db4 commit d5f5168

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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.0.27",
3+
"version": "4.1.0",
44
"type": "module",
55
"private": true,
66
"scripts": {

src/website/CHANGELOG.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
*/
44
export const WHATS_NEW: string[] = [
55
`Adjustable sample rate!`,
6-
`Switching between Chrome and Worklet mode!`
6+
`Switching between Chrome and Worklet mode!`,
7+
`Added support for poly/mono mode!`,
8+
`Fixed visual desync!`
79
] as const;

0 commit comments

Comments
 (0)