We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9b25b commit 1411423Copy full SHA for 1411423
CHANGELOG.md
@@ -1,5 +1,12 @@
1
Change Log
2
3
+## [0.2.1](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.2.0...0.2.1) (2024-04-12)
4
+
5
6
+### Bug Fixes
7
8
+* fix failsafe repeats ([5f9b25b](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/5f9b25b25cf73f184cd1e7396cf6769a16760d66))
9
10
# [0.2.0](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.1.0...0.2.0) (2024-04-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "deepgram-conversational-demo",
- "version": "0.2.0",
+ "version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments