From b47bfe11b9ce882087e62fb4391513c175ee4326 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Sep 2022 12:57:56 +0000 Subject: [PATCH] chore(release): 1.10.1 [skip ci] ## [1.10.1](https://github.com/homy-game-studio/hgs-unity-tone/compare/v1.10.0...v1.10.1) (2022-09-13) ### Bug Fixes * Invoke onMidiMessage after ProcessMidiMessage ([7684adf](https://github.com/homy-game-studio/hgs-unity-tone/commit/7684adf0f42892e409ab42a72a0ba8f02b922a5d)) --- Assets/Package/package.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/Package/package.json b/Assets/Package/package.json index c445381..23c1f19 100644 --- a/Assets/Package/package.json +++ b/Assets/Package/package.json @@ -1,6 +1,6 @@ { "name": "com.hgs.tone", - "version": "1.10.0", + "version": "1.10.1", "displayName": "HGS Tone", "description": "Simple tool to play musical notes", "unity": "2021.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index f62e047..03c6479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.1](https://github.com/homy-game-studio/hgs-unity-tone/compare/v1.10.0...v1.10.1) (2022-09-13) + + +### Bug Fixes + +* Invoke onMidiMessage after ProcessMidiMessage ([7684adf](https://github.com/homy-game-studio/hgs-unity-tone/commit/7684adf0f42892e409ab42a72a0ba8f02b922a5d)) + # [1.10.0](https://github.com/homy-game-studio/hgs-unity-tone/compare/v1.9.0...v1.10.0) (2022-09-13)