From de02fd7ff043eaec8cf8a03b009a7b2b62bca4bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 May 2024 15:02:55 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-05-04) ### Bug Fixes * change the label on the playground box ([9e37111](https://github.com/deepgram-starters/nextjs-live-transcription/commit/9e37111b3a0fb7a2e1c3ff8db26aa4b7631ade8f)) * enable smart_format ([4ed2519](https://github.com/deepgram-starters/nextjs-live-transcription/commit/4ed25197eb7a0b9b1c47950df75821339a2ef242)) * fix dependency issue ([bfe2be6](https://github.com/deepgram-starters/nextjs-live-transcription/commit/bfe2be6d775f9a7142800d1cc191166af0ac1d8a)) * fix incorrect url ([e7e7536](https://github.com/deepgram-starters/nextjs-live-transcription/commit/e7e753637fa89cd1865705e6b497671433b1cbf0)) * loading alignment was off-center ([fcccf07](https://github.com/deepgram-starters/nextjs-live-transcription/commit/fcccf074746dc1afcf72b9de25da714fe312d251)) * remove unused code - whoops ([1f9cdc7](https://github.com/deepgram-starters/nextjs-live-transcription/commit/1f9cdc7bc1f87d9d0bb58774dbf27e52cb8508ba)) ### Features * apply some feedback ([230d265](https://github.com/deepgram-starters/nextjs-live-transcription/commit/230d2651324d4a7a8ca93487e2ea23dc3f65bc0f)) * initial commit working next.js demo ([a3faf0f](https://github.com/deepgram-starters/nextjs-live-transcription/commit/a3faf0ffa03773ed668890aba5c6c75414a6f2b8)) * update title and description ([cc510ea](https://github.com/deepgram-starters/nextjs-live-transcription/commit/cc510ea42591b8a818c103176740e03924767703)) --- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a716d1a..a0280201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,20 @@ -Change Log \ No newline at end of file +Change Log + +# 1.0.0 (2024-05-04) + + +### Bug Fixes + +* change the label on the playground box ([9e37111](https://github.com/deepgram-starters/nextjs-live-transcription/commit/9e37111b3a0fb7a2e1c3ff8db26aa4b7631ade8f)) +* enable smart_format ([4ed2519](https://github.com/deepgram-starters/nextjs-live-transcription/commit/4ed25197eb7a0b9b1c47950df75821339a2ef242)) +* fix dependency issue ([bfe2be6](https://github.com/deepgram-starters/nextjs-live-transcription/commit/bfe2be6d775f9a7142800d1cc191166af0ac1d8a)) +* fix incorrect url ([e7e7536](https://github.com/deepgram-starters/nextjs-live-transcription/commit/e7e753637fa89cd1865705e6b497671433b1cbf0)) +* loading alignment was off-center ([fcccf07](https://github.com/deepgram-starters/nextjs-live-transcription/commit/fcccf074746dc1afcf72b9de25da714fe312d251)) +* remove unused code - whoops ([1f9cdc7](https://github.com/deepgram-starters/nextjs-live-transcription/commit/1f9cdc7bc1f87d9d0bb58774dbf27e52cb8508ba)) + + +### Features + +* apply some feedback ([230d265](https://github.com/deepgram-starters/nextjs-live-transcription/commit/230d2651324d4a7a8ca93487e2ea23dc3f65bc0f)) +* initial commit working next.js demo ([a3faf0f](https://github.com/deepgram-starters/nextjs-live-transcription/commit/a3faf0ffa03773ed668890aba5c6c75414a6f2b8)) +* update title and description ([cc510ea](https://github.com/deepgram-starters/nextjs-live-transcription/commit/cc510ea42591b8a818c103176740e03924767703)) diff --git a/package.json b/package.json index ce681813..7e6a4953 100644 --- a/package.json +++ b/package.json @@ -41,4 +41,4 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } -} \ No newline at end of file +}