Skip to content

Commit

Permalink
chore(release): 3.7.0
Browse files Browse the repository at this point in the history
# [3.7.0](3.6.0...3.7.0) (2020-12-08)

### Bug Fixes

* **groups:** replaces or statement to fix preset inheritance ([#473](#473)) ([8b9bd11](8b9bd11)), closes [#469](#469)
* **icon:** adds windows icon file ([#477](#477)) ([9c33a15](9c33a15)), closes [#465](#465)
* **isf:** Remove broken modules ([#484](#484)) ([084df8b](084df8b)), closes [#384](#384)
* **layout:** adds workaround for layout restoration failure ([#396](#396)) ([04bc2ae](04bc2ae))
* **modules:** adds clean-up after before module deletion ([#481](#481)) ([c89f95e](c89f95e))
* **swap:** fixes array handling with SWAP ([#474](#474)) ([58fee65](58fee65))

### Features

* **groups:** adds keyboard bind to delete a group ([#480](#480)) ([afdc133](afdc133))
* **menubar:** adds "open media folder" to file menu ([#479](#479)) ([fdc16a6](fdc16a6))
* **texture:** Class to render a 2D texture ([#467](#467)) ([c47bcca](c47bcca)), closes [#329](#329)

### Reverts

* **swap:** removes swap panel ([#478](#478)) ([214797f](214797f))
  • Loading branch information
semantic-release-bot committed Dec 8, 2020
1 parent f3791e1 commit 9cd0f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "modV",
"description": "modular audio visualisation powered by JavaScript",
"author": "vcync",
"version": "3.6.0",
"version": "3.7.0",
"private": true,
"homepage": "https://modv.vcync.gl/",
"repository": {
Expand Down

0 comments on commit 9cd0f17

Please sign in to comment.