chore(main): release dograh 1.11.1 (#127)

This commit is contained in:
Sabiha Khan 2026-01-24 11:33:18 +05:30 committed by GitHub
parent be50a244f6
commit 0e70a77f17
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.11.0"
".": "1.11.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [1.11.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.11.0...dograh-v1.11.1) (2026-01-24)
### Bug Fixes
* free disk space for docker build ([#126](https://github.com/dograh-hq/dograh/issues/126)) ([be50a24](https://github.com/dograh-hq/dograh/commit/be50a244f6bdcd47beb920bd1acc46c7a0e6608d))
## [1.11.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.10.0...dograh-v1.11.0) (2026-01-23)

View file

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

View file

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