Skip to content

Commit 355cd0a

Browse files
committed
update libs
1 parent c7b904c commit 355cd0a

File tree

3 files changed

+10
-11
lines changed

3 files changed

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

src/website/changelog.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
* Note to self: make sure to update this
33
*/
44
export const WHATS_NEW: string[] = [
5-
`Added a toggle for dot matrix display`,
6-
`Fixed a bug with pausing while no MIDI file is playing`
5+
`Fixed a bug with RMIDI DLS files`
76
] as const;

0 commit comments

Comments
 (0)