From c92a8596a59da4877ff00080d223c20994a4253a Mon Sep 17 00:00:00 2001 From: Valentin Vago as CI Date: Tue, 21 Sep 2021 17:04:10 +0000 Subject: [PATCH] chore(release): v3.2.0 --- CHANGELOG.md | 25 ++++++++++++++++--------- package.json | 4 ++-- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d4e3d3..50ec8889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [3.2.0](https://github.com/zeropaper/visual-fiha/compare/v3.1.0...v3.2.0) (2021-09-21) + + +### Bug Fixes + +* allow release as scope for commits ([87306da](https://github.com/zeropaper/visual-fiha/commit/87306da9199f67b93eea2f06307d8984df349d54)) +* **displayworker:** set state as a public variable ([7c5c4ab](https://github.com/zeropaper/visual-fiha/commit/7c5c4abc142e7d96a30beb878e3d5ce85d70776b)) +* handle error type declaration ([e8f6e90](https://github.com/zeropaper/visual-fiha/commit/e8f6e9073417639e0bda867af30ebe1f8fdd3b63)) + + +### Features + +* **demo:** add basic demo scaffolding ([610c32f](https://github.com/zeropaper/visual-fiha/commit/610c32f3df100d8e01ec18261ae2d36057e9e1db)) + + + # [3.1.0](https://github.com/zeropaper/visual-fiha/compare/v3.0.11...v3.1.0) (2021-09-18) @@ -42,12 +58,3 @@ -## [3.0.7](https://github.com/zeropaper/visual-fiha/compare/v3.0.6...v3.0.7) (2021-09-07) - - -### Bug Fixes - -* **build:** correct DisplayWorker compilation ([b950734](https://github.com/zeropaper/visual-fiha/commit/b9507348e658341de5ec3a4eb483423e98993739)) - - - diff --git a/package.json b/package.json index 4d5f5d25..017d4674 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "visual-fiha", - "version": "3.1.0", + "version": "3.2.0", "preview": true, "description": "VJing extension for VS Code", "author": "Valentin Vago (http://irata.graphics/)", @@ -150,4 +150,4 @@ "socket.io": "4.2.0", "socket.io-client": "4.2.0" } -} +} \ No newline at end of file