From 5c098760695e97d5159992e20a92847bfebf2dd8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Nov 2022 22:01:40 +0000 Subject: [PATCH] chore(release): 3.25.0 # [3.25.0](https://github.com/vcync/modV/compare/3.24.0...3.25.0) (2022-11-01) ### Bug Fixes * **loading:** get rid of ripple and use static text to remove layout shifts ([#767](https://github.com/vcync/modV/issues/767)) ([0a2f134](https://github.com/vcync/modV/commit/0a2f134245da072291224903cb2a38970829504e)) * **menu-bar:** allow opening of any type of file and add default file name ([#774](https://github.com/vcync/modV/issues/774)) ([b1ea89f](https://github.com/vcync/modV/commit/b1ea89f209116a80f5b70f068c4b6434a25a1a11)) * **output-window:** sets size on creation of window and removes overflow ([#756](https://github.com/vcync/modV/issues/756)) ([b3df0f6](https://github.com/vcync/modV/commit/b3df0f627f8529bf3838c7f35be7fef4e862ee02)) * **renderers:** implement new methods to handle updating and resizing modules ([#764](https://github.com/vcync/modV/issues/764)) ([0000d7a](https://github.com/vcync/modV/commit/0000d7a7642ca5c9fafa11cd0a4505a645de68c6)) * set pipeline default value ([#769](https://github.com/vcync/modV/issues/769)) ([ba46648](https://github.com/vcync/modV/commit/ba46648483aedde9147b80614fdb474a2e040a88)) * **setup-media:** splits audio and video mediastreams and cleans up UI ([#757](https://github.com/vcync/modV/issues/757)) ([00be42f](https://github.com/vcync/modV/commit/00be42f140dde54c40916c30f1a3583199319e7e)) * waveform color ([#770](https://github.com/vcync/modV/issues/770)) ([981efaf](https://github.com/vcync/modV/commit/981efafcab5cc3514bc9a75387f55ba4143cbca8)) ### Features * **group:** add draw to output toggle ([#762](https://github.com/vcync/modV/issues/762)) ([b232b0b](https://github.com/vcync/modV/commit/b232b0b58e235b12699b41cba7807a58a78c0a9c)) * **isf-fft:** adds fft into the renderers for use in ISF ([#640](https://github.com/vcync/modV/issues/640)) ([a6a699c](https://github.com/vcync/modV/commit/a6a699c27021248a21d91c347eec1acd8aa006d4)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5586c187d..f62805e88 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.24.0", + "version": "3.25.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {