Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](1.0.0...1.0.1) (2024-05-04)

### Bug Fixes

* cannot set caption to undefined as it was strict string ([8c76d48](8c76d48))
  • Loading branch information
semantic-release-bot committed May 4, 2024
1 parent 8c76d48 commit 70b334d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Change Log

## [1.0.1](https://github.com/deepgram-starters/nextjs-live-transcription/compare/1.0.0...1.0.1) (2024-05-04)


### Bug Fixes

* cannot set caption to undefined as it was strict string ([8c76d48](https://github.com/deepgram-starters/nextjs-live-transcription/commit/8c76d48c819bab0faa7219a7d76a064b2e7000d6))

# 1.0.0 (2024-05-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-live-transcription",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 70b334d

Please sign in to comment.