From d689e39e382b02a92574bcb59d32b0d95f683fa0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jan 2022 10:41:08 +0000 Subject: [PATCH] chore(release): 3.20.0 # [3.20.0](https://github.com/vcync/modV/compare/3.19.1...3.20.0) (2022-01-06) ### Bug Fixes * **copyright:** updates copyright notice in readme ([#668](https://github.com/vcync/modV/issues/668)) ([d9d9621](https://github.com/vcync/modV/commit/d9d9621384e9235fe74c0590c4410ab051c96a54)) * **inputs:** adds clean-up of inputs when modules or groups are removed ([#656](https://github.com/vcync/modV/issues/656)) ([910f731](https://github.com/vcync/modV/commit/910f731e31c78c35460ac3781d423929a5c932fb)) * **modules:** handle non registered modules ([#661](https://github.com/vcync/modV/issues/661)) ([4748d34](https://github.com/vcync/modV/commit/4748d34d7b1311ce8c43c792c9d1d433a45db6b3)), closes [#660](https://github.com/vcync/modV/issues/660) [#660](https://github.com/vcync/modV/issues/660) * **vec2control:** fixes inputlink focus ([#666](https://github.com/vcync/modV/issues/666)) ([a3f47d0](https://github.com/vcync/modV/commit/a3f47d06d60632525b982f84ce7a4719c921fdf9)) ### Features * **props:** adds sub-property inputs to allow input links ([#658](https://github.com/vcync/modV/issues/658)) ([8bb9073](https://github.com/vcync/modV/commit/8bb907336ea059739b190120b4aba1c123d2c6b7)) * **text:** set the default fill color to white and the stroke to red ([#654](https://github.com/vcync/modV/issues/654)) ([515e4c8](https://github.com/vcync/modV/commit/515e4c8303db895bdd341ad088cbea1b5f15e123)), closes [#510](https://github.com/vcync/modV/issues/510) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52a71f832..4a757f06c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.19.1", + "version": "3.20.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {