From 0b5f3103fa1be53ea6f44620a092d0bb92e2fee1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Feb 2024 02:48:11 +0000 Subject: [PATCH] chore(release): 4.0.6 [skip ci] ## [4.0.6](https://github.com/BioMotionLab/TUX/compare/release/4.0.5...release/4.0.6) (2024-02-24) ### Bug Fixes * try injecting access token to git global config ([a8c7ee1](https://github.com/BioMotionLab/TUX/commit/a8c7ee1a2896314e51f57064ac8c43969bd65a87)) --- BML_TUX_Project/Packages/bmlTUX/package.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/BML_TUX_Project/Packages/bmlTUX/package.json b/BML_TUX_Project/Packages/bmlTUX/package.json index 00091f1..cbc28bc 100644 --- a/BML_TUX_Project/Packages/bmlTUX/package.json +++ b/BML_TUX_Project/Packages/bmlTUX/package.json @@ -1,6 +1,6 @@ { "name": "com.biomotionlab.tux", - "version": "4.0.5", + "version": "4.0.6", "displayName": "bmlTUX", "description": "A toolkit for creating experiments in Unity. For more information see our documentation page: https://biomotionlab.github.io/TUX/, our github page: https://github.com/BioMotionLab/TUX, or check out BioMotionLab: http://www.biomotionlab.ca/tux/", "unity": "2019.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e017f..d5a530c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.6](https://github.com/BioMotionLab/TUX/compare/release/4.0.5...release/4.0.6) (2024-02-24) + + +### Bug Fixes + +* try injecting access token to git global config ([a8c7ee1](https://github.com/BioMotionLab/TUX/commit/a8c7ee1a2896314e51f57064ac8c43969bd65a87)) + ## [4.0.5](https://github.com/BioMotionLab/TUX/compare/release/4.0.4...release/4.0.5) (2024-02-24)