Skip to content

Commit

Permalink
chore(release): v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Vago as CI committed Sep 21, 2021
1 parent 87306da commit c92a859
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <zeropaper@irata.ch> (http://irata.graphics/)",
Expand Down Expand Up @@ -150,4 +150,4 @@
"socket.io": "4.2.0",
"socket.io-client": "4.2.0"
}
}
}

0 comments on commit c92a859

Please sign in to comment.