From 9cd0f17f73db491b6f17b55fa67f4077f6031f1b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Dec 2020 19:39:03 +0000 Subject: [PATCH] chore(release): 3.7.0 # [3.7.0](https://github.com/vcync/modV/compare/3.6.0...3.7.0) (2020-12-08) ### Bug Fixes * **groups:** replaces or statement to fix preset inheritance ([#473](https://github.com/vcync/modV/issues/473)) ([8b9bd11](https://github.com/vcync/modV/commit/8b9bd11ef0287d3ae3dee2268bcbdb41988a8ba8)), closes [#469](https://github.com/vcync/modV/issues/469) * **icon:** adds windows icon file ([#477](https://github.com/vcync/modV/issues/477)) ([9c33a15](https://github.com/vcync/modV/commit/9c33a155c52518c744652193557bf398aee8ba2c)), closes [#465](https://github.com/vcync/modV/issues/465) * **isf:** Remove broken modules ([#484](https://github.com/vcync/modV/issues/484)) ([084df8b](https://github.com/vcync/modV/commit/084df8bf86d84db6eff8be0bcb6a79201a38a4fa)), closes [#384](https://github.com/vcync/modV/issues/384) * **layout:** adds workaround for layout restoration failure ([#396](https://github.com/vcync/modV/issues/396)) ([04bc2ae](https://github.com/vcync/modV/commit/04bc2ae15273eaecec9036cf6ed3fe1c0b660b3b)) * **modules:** adds clean-up after before module deletion ([#481](https://github.com/vcync/modV/issues/481)) ([c89f95e](https://github.com/vcync/modV/commit/c89f95eac421146bca33c7fd0516bc435e6c6225)) * **swap:** fixes array handling with SWAP ([#474](https://github.com/vcync/modV/issues/474)) ([58fee65](https://github.com/vcync/modV/commit/58fee65851fd235e7c1611d7c22a652671f99a44)) ### Features * **groups:** adds keyboard bind to delete a group ([#480](https://github.com/vcync/modV/issues/480)) ([afdc133](https://github.com/vcync/modV/commit/afdc133a5d9a3cdbf8f61996c21a04068a3aff70)) * **menubar:** adds "open media folder" to file menu ([#479](https://github.com/vcync/modV/issues/479)) ([fdc16a6](https://github.com/vcync/modV/commit/fdc16a6d1cbd909468a0f64de1cee07bec5e7c69)) * **texture:** Class to render a 2D texture ([#467](https://github.com/vcync/modV/issues/467)) ([c47bcca](https://github.com/vcync/modV/commit/c47bcca827fb8cc62394e9c5bc2504e80cf4b471)), closes [#329](https://github.com/vcync/modV/issues/329) ### Reverts * **swap:** removes swap panel ([#478](https://github.com/vcync/modV/issues/478)) ([214797f](https://github.com/vcync/modV/commit/214797f198b9c5e5db8dea192dfa5326a79c0dfe)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d7736454..b5e9b0938 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.6.0", + "version": "3.7.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {