From c418739a3219c85ce66022e79fb912fde17be091 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Apr 2020 18:43:08 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2020-04-25) ### Features * Mic class now only handles Mic audio streaming and does not have an internal AudioSource ([bd44c30](https://github.com/adrenak/UniMic/commit/bd44c30a48827c335c25da2027b7270356669cfe)) ### BREAKING CHANGES * Internal AudioSource and related methods deleted --- Assets/UniMic/CHANGELOG.md | 14 +++++++++++++- Assets/UniMic/package.json | 6 ++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Assets/UniMic/CHANGELOG.md b/Assets/UniMic/CHANGELOG.md index 1dbd10b..f6a665e 100644 --- a/Assets/UniMic/CHANGELOG.md +++ b/Assets/UniMic/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.0.0 (2020-04-25) + + +### Features + +* Mic class now only handles Mic audio streaming and does not have an internal AudioSource ([bd44c30](https://github.com/adrenak/UniMic/commit/bd44c30a48827c335c25da2027b7270356669cfe)) + + +### BREAKING CHANGES + +* Internal AudioSource and related methods deleted + ![Cover](https://github.com/adrenak/UniMic/blob/master/cover.jpg) ## UniMic A wrapper for Unity's Microphone class. @@ -84,4 +96,4 @@ Ready to use spectrum methods such as for standard octaves ## Contact [@github](https://www.github.com/adrenak) -[@www](http://www.vatsalambastha.com) \ No newline at end of file +[@www](http://www.vatsalambastha.com) diff --git a/Assets/UniMic/package.json b/Assets/UniMic/package.json index 8807b22..84271a8 100644 --- a/Assets/UniMic/package.json +++ b/Assets/UniMic/package.json @@ -9,8 +9,6 @@ "email": "adrenak_@outlook.com", "url": "www.vatsalambastha.com" }, - "dependencies": { - }, - "scopedRegistries": [ - ] + "dependencies": {}, + "scopedRegistries": [] }