Skip to content

Commit c05c6f6

Browse files
chore(release): 3.30.0
# [3.30.0](3.29.1...3.30.0) (2024-08-02) ### Bug Fixes * adds willReadFrequently option to improve getImageData performance ([#902](#902)) ([c1fedad](c1fedad)) * adds willReadFrequently option to improve getImageData performance ([#902](#902)) ([63c2afd](63c2afd)) * **preview:** removes redundant resolution display and keeps preview in view ([#904](#904)) ([cb955ae](cb955ae)) * **preview:** removes redundant resolution display and keeps preview in view ([#904](#904)) ([226f9af](226f9af)) * remove menubar on output windows ([#915](#915)) ([c4d9ed9](c4d9ed9)) * remove menubar on output windows ([#915](#915)) ([3a861aa](3a861aa)) * removes webpack dev-server client error overlay ([#900](#900)) ([23b00a5](23b00a5)) * removes webpack dev-server client error overlay ([#900](#900)) ([30ac2b3](30ac2b3)) * resolve dependancy for node 20 support ([#917](#917)) ([b09d4b7](b09d4b7)) * three.js module initialisation from preset load ([#905](#905)) ([f39311d](f39311d)) * three.js module initialisation from preset load ([#905](#905)) ([590da42](590da42)) ### Features * add Triangular grid game of life module ([#882](#882)) ([6333add](6333add)) * add Triangular grid game of life module ([#882](#882)) ([4e12899](4e12899)) * **event-prop-type:** adds event prop type ([#909](#909)) ([2aa6b42](2aa6b42)) * **event-prop-type:** adds event prop type ([#909](#909)) ([434e366](434e366)) * **get-module-data:** adds getModuleData ([#906](#906)) ([a093a39](a093a39)) * **get-module-data:** adds getModuleData ([#906](#906)) ([edb4d7b](edb4d7b)) * **haptics:** adds haptics for magic trackpads ([#908](#908)) ([4555bb1](4555bb1)) * **haptics:** adds haptics for magic trackpads ([#908](#908)) ([cc5ee63](cc5ee63)) * **macos-document-handling:** implement representedFilename API ([#907](#907)) ([947fcbe](947fcbe)) * **macos-document-handling:** implement representedFilename API ([#907](#907)) ([6fb56ed](6fb56ed))
1 parent 8541579 commit c05c6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "modV",
44
"description": "modular audio visualisation powered by JavaScript",
55
"author": "vcync",
6-
"version": "3.29.1",
6+
"version": "3.30.0",
77
"private": true,
88
"homepage": "https://modv.vcync.gl/",
99
"repository": {
@@ -111,4 +111,4 @@
111111
"electron-builder": "23.0.2",
112112
"@achrinza/node-ipc": "9.2.7"
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)