From d948d7ace6329f4ea536970e98840d53ac8c3502 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Jun 2023 21:56:39 +0000 Subject: [PATCH] chore(release): 3.29.0 # [3.29.0](https://github.com/vcync/modV/compare/3.28.0...3.29.0) (2023-06-21) ### Bug Fixes * exit the app properly when the main window has confirmed quit ([#863](https://github.com/vcync/modV/issues/863)) ([e12bbe5](https://github.com/vcync/modV/commit/e12bbe595470260d12e9167c13b8eb6d90f4156e)) * **groups:** prevent occational UI jump when updating module order ([#872](https://github.com/vcync/modV/issues/872)) ([00cd620](https://github.com/vcync/modV/commit/00cd62058a13e2a22b55ca5944c1371c8a57849f)) ### Features * **context-menu:** add electron context menu ([#790](https://github.com/vcync/modV/issues/790)) ([09c28fd](https://github.com/vcync/modV/commit/09c28fda71242c93c62e6447bdbb2cd4ebf9f9ec)), closes [#789](https://github.com/vcync/modV/issues/789) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b817423..982264aa 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "modV", "description": "modular audio visualisation powered by JavaScript", "author": "vcync", - "version": "3.28.0", + "version": "3.29.0", "private": true, "homepage": "https://modv.vcync.gl/", "repository": {