diff --git a/CHANGELOG.md b/CHANGELOG.md index 9417537..970e118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9c3ec8e..38379dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "MyoRatio", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "MyoRatio", - "version": "3.1.1", + "version": "3.2.0", "license": "SEE LICENSE IN ", "dependencies": { "@fortawesome/fontawesome-free": "^6.4.0", diff --git a/package.json b/package.json index 823978f..35029ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MyoRatio", - "version": "3.1.1", + "version": "3.2.0", "description": "MyoRatio Application", "main": "build/public/index.html", "scripts": { diff --git a/winx64-installer.iss b/winx64-installer.iss index a26d218..a478d22 100644 --- a/winx64-installer.iss +++ b/winx64-installer.iss @@ -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"