From e08fb350a74ef46da19eed1c37ff02925eca4025 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Oct 2020 10:14:54 +0000 Subject: [PATCH] chore(release): 3.2.0 # [3.2.0](https://github.com/vcync/modV/compare/3.1.0...3.2.0) (2020-10-09) ### Bug Fixes * **font-selection:** adds font-list to externals list ([#445](https://github.com/vcync/modV/issues/445)) ([21783ea](https://github.com/vcync/modV/commit/21783ea1936590ad8a307a481ecfaa0551a60cc8)), closes [#442](https://github.com/vcync/modV/issues/442) * fixes logic flow for quit confirmation ([#443](https://github.com/vcync/modV/issues/443)) ([b68e358](https://github.com/vcync/modV/commit/b68e3589b969c744ecdf08823a149a1f1f563acd)), closes [#440](https://github.com/vcync/modV/issues/440) ### Features * **color-picker:** adds custom color picker ([#448](https://github.com/vcync/modV/issues/448)) ([b0cc2ff](https://github.com/vcync/modV/commit/b0cc2ffb91e049e5161220c1e70f1c9173f1e777)), closes [#372](https://github.com/vcync/modV/issues/372) [#373](https://github.com/vcync/modV/issues/373) * **groups:** adds inputlink methods to group controls ([#441](https://github.com/vcync/modV/issues/441)) ([c467b87](https://github.com/vcync/modV/commit/c467b87d51f5c7eccfcaf252c37361c027451d25)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 416d678f3..275e9e20e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.1.0", + "version": "3.2.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {