-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-05-04) ### Bug Fixes * change the label on the playground box ([9e37111](9e37111)) * enable smart_format ([4ed2519](4ed2519)) * fix dependency issue ([bfe2be6](bfe2be6)) * fix incorrect url ([e7e7536](e7e7536)) * loading alignment was off-center ([fcccf07](fcccf07)) * remove unused code - whoops ([1f9cdc7](1f9cdc7)) ### Features * apply some feedback ([230d265](230d265)) * initial commit working next.js demo ([a3faf0f](a3faf0f)) * update title and description ([cc510ea](cc510ea))
- Loading branch information
1 parent
cfb44ff
commit de02fd7
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
Change Log | ||
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,4 @@ | |
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} | ||
} | ||
} |