Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2022-08-17)

### Features

* Add ToneAudioDriver ([53facf9](53facf9))
* **ToneSequencer:** Render sound with ToneAudioDriver ([cdcc92b](cdcc92b))
* **ToneSynth:** Render sound with ToneAudioDriver ([6f7859f](6f7859f))
  • Loading branch information
semantic-release-bot committed Aug 17, 2022
1 parent 1d30fc5 commit e3bca7a
Show file tree
Hide file tree
Showing 2 changed files with 10 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.0.0",
"version": "1.1.0",
"displayName": "HGS Tone",
"description": "Simple tool to play musical notes",
"unity": "2021.3",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.1.0](https://github.com/homy-game-studio/hgs-unity-tone/compare/v1.0.0...v1.1.0) (2022-08-17)


### Features

* Add ToneAudioDriver ([53facf9](https://github.com/homy-game-studio/hgs-unity-tone/commit/53facf99644d8ed702dfbd061c409ba8b64184c9))
* **ToneSequencer:** Render sound with ToneAudioDriver ([cdcc92b](https://github.com/homy-game-studio/hgs-unity-tone/commit/cdcc92b92e4296e506823dbb6c4e3c2111f4d965))
* **ToneSynth:** Render sound with ToneAudioDriver ([6f7859f](https://github.com/homy-game-studio/hgs-unity-tone/commit/6f7859f79a76005849ae68bff5f8054a96d37e90))

# 1.0.0 (2022-08-17)


Expand Down

0 comments on commit e3bca7a

Please sign in to comment.