Skip to content

Commit 08ec059

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](0.2.0...0.3.0) (2024-04-21) ### Bug Fixes * fix failsafe repeats ([5f9b25b](5f9b25b)) * potential fix for connection dropping - cannot repo on dev ([05f5e93](05f5e93)) ### Features * add cache control settings so the API key response is no longer cached ([fa50b57](fa50b57)) * add in cors for the API auth route ([8056fbf](8056fbf))
1 parent 8056fbf commit 08ec059

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Change Log
22

3+
# [0.3.0](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.2.0...0.3.0) (2024-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* fix failsafe repeats ([5f9b25b](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/5f9b25b25cf73f184cd1e7396cf6769a16760d66))
9+
* potential fix for connection dropping - cannot repo on dev ([05f5e93](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/05f5e9330bfa7722f7ab7fc47ba0488e4d75f367))
10+
11+
12+
### Features
13+
14+
* add cache control settings so the API key response is no longer cached ([fa50b57](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/fa50b57efa6e4e035df36106c7ac5d37eedb9f27))
15+
* add in cors for the API auth route ([8056fbf](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/8056fbff661ebb4d39d1d6806423b456527a5544))
16+
317
## [0.2.1](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.2.0...0.2.1) (2024-04-12)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepgram-conversational-demo",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)