chore(main): release dograh 1.30.1 (#304)

This commit is contained in:
Sabiha Khan 2026-05-17 20:48:55 +05:30 committed by GitHub
parent ba7d45fde0
commit 0097974444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.30.0"
".": "1.30.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [1.30.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.30.0...dograh-v1.30.1) (2026-05-17)
### Bug Fixes
* fix race between context init and keepalive for Dograh TTS ([ba7d45f](https://github.com/dograh-hq/dograh/commit/ba7d45fde054e30eb717f7912283d71647bdce2c))
## [1.30.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.29.0...dograh-v1.30.0) (2026-05-16)

View file

@ -1,5 +1,5 @@
[project]
name = "dograh-api"
version = "1.30.0"
version = "1.30.1"
description = "Backend API for Dograh voice AI platform"
requires-python = ">=3.12"

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.30.0",
"version": "1.30.1",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",