Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.0...v1.10.0) (2022-09-13)

### Features

* Add MidiCallback to package.json ([5b86bc3](5b86bc3))
* Add OnMidiMessage to MeltySynth ([ad0333d](ad0333d))
* **ToneSequencer:** Add OnMidiMessage callback ([e9f3279](e9f3279))
* **ToneSynth:** Add OnMidiMessage Callback ([31a1a55](31a1a55))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent a5e66d0 commit 989af30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.hgs.tone",
"version": "1.9.0",
"version": "1.10.0",
"displayName": "HGS Tone",
"description": "Simple tool to play musical notes",
"unity": "2021.3",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.10.0](https://github.com/homy-game-studio/hgs-unity-tone/compare/v1.9.0...v1.10.0) (2022-09-13)


### Features

* Add MidiCallback to package.json ([5b86bc3](https://github.com/homy-game-studio/hgs-unity-tone/commit/5b86bc3c4db6f0fd20ce576874f168aed5ab8397))
* Add OnMidiMessage to MeltySynth ([ad0333d](https://github.com/homy-game-studio/hgs-unity-tone/commit/ad0333dded04eea25196d46128610cdf8dcccc93))
* **ToneSequencer:** Add OnMidiMessage callback ([e9f3279](https://github.com/homy-game-studio/hgs-unity-tone/commit/e9f3279684a1bd533036df96e215b9be50e7e9a8))
* **ToneSynth:** Add OnMidiMessage Callback ([31a1a55](https://github.com/homy-game-studio/hgs-unity-tone/commit/31a1a5538b89e538ce8e3fd523a72a0f8b17a5ae))

# [1.9.0](https://github.com/homy-game-studio/hgs-unity-tone/compare/v1.8.0...v1.9.0) (2022-09-10)


Expand Down

0 comments on commit 989af30

Please sign in to comment.