chore(main): release dograh 1.23.1 (#235)

This commit is contained in:
Sabiha Khan 2026-04-11 21:51:41 +05:30 committed by GitHub
parent 039e2b74b2
commit 10412e31db
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.23.0"
".": "1.23.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [1.23.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.23.0...dograh-v1.23.1) (2026-04-11)
### Bug Fixes
* eslint import issue ([1f89b4f](https://github.com/dograh-hq/dograh/commit/1f89b4ff28175e9356202a3a5363b80b7888c38d))
## [1.23.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.22.0...dograh-v1.23.0) (2026-04-11)

View file

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

View file

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