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 (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
semantic-release-bot committed May 4, 2024
1 parent cfb44ff commit de02fd7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}

0 comments on commit de02fd7

Please sign in to comment.