From 9f926dddd079b1965e567dcf2f8e02272008f2bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Feb 2021 22:38:26 +0000 Subject: [PATCH] chore(release): 3.11.0 # [3.11.0](https://github.com/vcync/modV/compare/3.10.0...3.11.0) (2021-02-04) ### Bug Fixes * **ci:** Move libndi in Travis to the correct before_install so that we have this for linux systems ([#542](https://github.com/vcync/modV/issues/542)) ([6f90824](https://github.com/vcync/modV/commit/6f908243263ab8a3950fe0ca00b568d0f49f0127)) * **media-manager:** media manager now shares relative paths to media only ([#533](https://github.com/vcync/modV/issues/533)) ([36083e2](https://github.com/vcync/modV/commit/36083e23a6a781b40c958d1ced7043e5d7763dee)), closes [#532](https://github.com/vcync/modV/issues/532) ### Features * **ndi:** adds NDI support via electron-builder ([#522](https://github.com/vcync/modV/issues/522)) ([6defe08](https://github.com/vcync/modV/commit/6defe08bd816f6cdf99a22db94036f8bbfff4462)), closes [#413](https://github.com/vcync/modV/issues/413) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0403bed96..163eaed2f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.10.0", + "version": "3.11.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {