Skip to content

Commit

Permalink
chore(release): 3.12.0
Browse files Browse the repository at this point in the history
# [3.12.0](3.11.0...3.12.0) (2021-02-23)

### Bug Fixes

* **build:** Remove postinstall-postinstall as this is causing race-conditions when building ([#556](#556)) ([2193f22](2193f22))
* **groups:** fixes bad reference when focusing input ([#549](#549)) ([4c55755](4c55755))
* **linux:** Don't check permissions when on a linux based system. ([65dc0c1](65dc0c1)), closes [#553](#553)
* **media-folder:** The Electron update introduced a breaking change for openItem which is now called openPath. ([#557](#557)) ([deafe7f](deafe7f))
* **module:** Clone the props instead of using a reference. ([#548](#548)) ([3faca15](3faca15))

### Features

* **fps:** adds configurable frame rate ([#543](#543)) ([fb35520](fb35520)), closes [#404](#404) [#404](#404)
* **vec3/4:** adds controls for vec3 and vec4 ([#547](#547)) ([b5d5d42](b5d5d42)), closes [#372](#372) [#373](#373)
  • Loading branch information
semantic-release-bot committed Feb 23, 2021
1 parent 6e4dce2 commit 9767575
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.11.0",
"version": "3.12.0",
"private": true,
"homepage": "https://modv.vcync.gl/",
"repository": {
Expand Down

0 comments on commit 9767575

Please sign in to comment.