chore(main): release dograh 1.3.1 (#51)

This commit is contained in:
Sabiha Khan 2025-11-13 19:00:35 +05:30 committed by GitHub
parent 1e32ebae2a
commit d620b2f74a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.3.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [1.3.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.3.0...dograh-v1.3.1) (2025-11-13)
### Bug Fixes
* upgrade pipecat with bundled Silero VAD model ([#50](https://github.com/dograh-hq/dograh/issues/50)) ([1e32eba](https://github.com/dograh-hq/dograh/commit/1e32ebae2a1334d1844c1b5618a60ed3b752d0b2))
## [1.3.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.2.0...dograh-v1.3.0) (2025-11-12)

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",