chore(main): release dograh 1.19.1 (#210)

This commit is contained in:
Sabiha Khan 2026-03-26 10:36:08 +05:30 committed by GitHub
parent fea0e4d840
commit 123114fb94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.19.0"
".": "1.19.1"
}

View file

@ -1,5 +1,13 @@
# Changelog
## [1.19.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.19.0...dograh-v1.19.1) (2026-03-26)
### Bug Fixes
* cleanup rtf on pipeline finish ([2d91336](https://github.com/dograh-hq/dograh/commit/2d91336aecb44b366aa0bbbf583baf18938f3725))
* ui build error, slack notification for vercel deployment status ([fea0e4d](https://github.com/dograh-hq/dograh/commit/fea0e4d84012fac647f54d5f28847b0e5a8c8fe7))
## [1.19.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.18.0...dograh-v1.19.0) (2026-03-25)

View file

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

View file

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