Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-02-04)

### Features

* add piano sample ([1062b80](1062b80))
* create wrapper for sfizz.h ([d2a99b8](d2a99b8))
* implement a streaming audio player ([c4c5b5d](c4c5b5d))
  • Loading branch information
semantic-release-bot committed Feb 4, 2022
1 parent b6ada71 commit 15f3bcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.0.0 (2022-02-04)


### Features

* add piano sample ([1062b80](https://github.com/f1yingbanana/sfizz-unity/commit/1062b806ec39f8446d475cf1d400e8be2e60132a))
* create wrapper for sfizz.h ([d2a99b8](https://github.com/f1yingbanana/sfizz-unity/commit/d2a99b8a29609bc3145797e82d8567a336a6af1b))
* implement a streaming audio player ([c4c5b5d](https://github.com/f1yingbanana/sfizz-unity/commit/c4c5b5d93d761fc319f98a48d4cca41dc7be53e0))
2 changes: 1 addition & 1 deletion Packages/sfizz-unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev.f1yingbanana.sfizz-unity",
"version": "0.0.0",
"version": "1.0.0",
"displayName": "Sfizz for Unity",
"description": "A Unity3D MIDI player with instruments defined in sfz format, using sfizz as the underlying sampler.",
"unity": "2019.1",
Expand Down

0 comments on commit 15f3bcc

Please sign in to comment.