Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Sep 10, 2023
1 parent 68ce168 commit fdd859a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.2.0](https://github.com/FlorentinTh/MyoRatio-GUI/compare/v3.1.1...v3.2.0) (2023-09-10)


### Bug Fixes

* **angles-preview:** try fix laggy menu opening transition ([f854610](https://github.com/FlorentinTh/MyoRatio-GUI/commit/f854610148f7e8df29ee1b7db66d8541d528a9df))
* **application:** update default application window height ([d54fd6b](https://github.com/FlorentinTh/MyoRatio-GUI/commit/d54fd6bf85d4fad33d9da599dd33a99e6eb81817))
* **data-discovering:** fix issue where submit button disable state was not properly handled ([68ce168](https://github.com/FlorentinTh/MyoRatio-GUI/commit/68ce1680f74775b14b61a72a5923519d9a66fba5))

### [3.1.1](https://github.com/FlorentinTh/MyoRatio-GUI/compare/v3.1.0...v3.1.1) (2023-08-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyoRatio",
"version": "3.1.1",
"version": "3.2.0",
"description": "MyoRatio Application",
"main": "build/public/index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion winx64-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "MyoRatio"
#define MyAppVersion "3.1.1"
#define MyAppVersion "3.2.0"
#define MyAppPublisher "LIARA Lab"
#define MyAppURL "liara.uqac.ca"
#define MyAppExeName "MyoRatio.exe"
Expand Down

0 comments on commit fdd859a

Please sign in to comment.