From ad3e61b597b014012a7e8f4789a3bee7dc377f53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Dec 2020 16:34:17 +0000 Subject: [PATCH] chore(release): 3.10.0 # [3.10.0](https://github.com/vcync/modV/compare/3.9.1...3.10.0) (2020-12-31) ### Features * **midi:** Support for NoteOn and CC buttons ([#507](https://github.com/vcync/modV/issues/507)) ([548c927](https://github.com/vcync/modV/commit/548c927124b12dbbc252b41a7c8c6426234360ef)), closes [#506](https://github.com/vcync/modV/issues/506) [#523](https://github.com/vcync/modV/issues/523) * **text:** Makes it possible to use offset X / Y to move Text around ([#529](https://github.com/vcync/modV/issues/529)) ([8d10241](https://github.com/vcync/modV/commit/8d102418c7ce1ea2deab91eb1e806e5865f7a63c)), closes [#528](https://github.com/vcync/modV/issues/528) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6edac2f2..97fe258a5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.9.1", + "version": "3.10.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {