Skip to content

Commit 51754cd

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](0.1.0...0.2.0) (2024-04-12) ### Bug Fixes * better look of github stars button ([e67f35a](e67f35a)) * Fix LCP of app ([#30](#30)) ([c02cb1c](c02cb1c)) ### Features * Using local VAD concept ([#26](#26)) ([69d2514](69d2514)), closes [#28](#28)
1 parent 69d2514 commit 51754cd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
# [0.2.0](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.1.0...0.2.0) (2024-04-12)
4+
5+
6+
### Bug Fixes
7+
8+
* better look of github stars button ([e67f35a](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/e67f35aa33515885d7cc18e8b78f498585627179))
9+
* Fix LCP of app ([#30](https://github.com/deepgram-devs/deepgram-conversational-demo/issues/30)) ([c02cb1c](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/c02cb1c03af48855a1002554855e4b8cf795463c))
10+
11+
12+
### Features
13+
14+
* Using local VAD concept ([#26](https://github.com/deepgram-devs/deepgram-conversational-demo/issues/26)) ([69d2514](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/69d251474b674668cbc13e52d59e0445ad4a313f)), closes [#28](https://github.com/deepgram-devs/deepgram-conversational-demo/issues/28)
15+
316
# [0.1.0](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.0.33...0.1.0) (2024-03-14)
417

518
### Bug Fixes

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.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)