Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Apr 12, 2024
1 parent 69d2514 commit 51754cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Change Log

# [0.2.0](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.1.0...0.2.0) (2024-04-12)


### Bug Fixes

* better look of github stars button ([e67f35a](https://github.com/deepgram-devs/deepgram-conversational-demo/commit/e67f35aa33515885d7cc18e8b78f498585627179))
* 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))


### Features

* 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)

# [0.1.0](https://github.com/deepgram-devs/deepgram-conversational-demo/compare/0.0.33...0.1.0) (2024-03-14)

### Bug Fixes
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": "deepgram-conversational-demo",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 51754cd

Please sign in to comment.