From cd07cba84e5526f40c087904c1cf43de3619b1e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jul 2021 21:20:14 +0000 Subject: [PATCH] chore(release): 3.18.0 # [3.18.0](https://github.com/vcync/modV/compare/3.17.1...3.18.0) (2021-07-01) ### Bug Fixes * updates a group's outputContext name when group's name is updated ([#604](https://github.com/vcync/modV/issues/604)) ([a0db3c9](https://github.com/vcync/modV/commit/a0db3c9154c3e63ae943982de273615b6893c3b2)), closes [#599](https://github.com/vcync/modV/issues/599) * **deps:** Use correct format to load vcync/interactive-shader-format-js ([553f4f9](https://github.com/vcync/modV/commit/553f4f923a92d80eefe475747e45dc32e3aec27a)) * fixes loading presets with textures referencing groups ([#591](https://github.com/vcync/modV/issues/591)) ([9dfeff5](https://github.com/vcync/modV/commit/9dfeff555829e334ec0f7863dbb05bc21229bddc)), closes [#590](https://github.com/vcync/modV/issues/590) [#590](https://github.com/vcync/modV/issues/590) * **mathjs:** updates mathjs to v7 from v3 ([#595](https://github.com/vcync/modV/issues/595)) ([32585cc](https://github.com/vcync/modV/commit/32585cced47cc3945c85241786868756574f16f3)), closes [#594](https://github.com/vcync/modV/issues/594) ### Features * **fft:** adds fft ([#611](https://github.com/vcync/modV/issues/611)) ([f9f2b90](https://github.com/vcync/modV/commit/f9f2b90e99325898a7aa47c3c5cddd7420264e3c)) * **grabCanvas:** Adds grab-canvas as a plugin ([#612](https://github.com/vcync/modV/issues/612)) ([d7ca887](https://github.com/vcync/modV/commit/d7ca887ea837c52a28e5649aa469868662490c7b)), closes [#366](https://github.com/vcync/modV/issues/366) [#366](https://github.com/vcync/modV/issues/366) * adds localStorage saving for audio and video inputs ([#608](https://github.com/vcync/modV/issues/608)) ([33109cd](https://github.com/vcync/modV/commit/33109cdaf4686d4c4b3b5c6ca43fb5c83e9e10e4)), closes [#470](https://github.com/vcync/modV/issues/470) * **gallery:** updates ordering of modules to be alphabetical ([#606](https://github.com/vcync/modV/issues/606)) ([48f0075](https://github.com/vcync/modV/commit/48f00754764b54f2db3d2910f7d187a4f61fa346)), closes [#605](https://github.com/vcync/modV/issues/605) * **group-inheritance:** adds group inheritance option ([#607](https://github.com/vcync/modV/issues/607)) ([1894eda](https://github.com/vcync/modV/commit/1894edabfb44ff7cf700c5166c1719b0c0eec606)), closes [#603](https://github.com/vcync/modV/issues/603) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 949b94bb9..e3e1a412e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.17.2", + "version": "3.18.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {