mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
chore(main): release dograh 1.40.1
This commit is contained in:
parent
a9947cec04
commit
eadc039969
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "1.40.0"
|
".": "1.40.1"
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.40.1 (2026-07-04)
|
||||||
|
|
||||||
|
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.40.0...dograh-v1.40.1
|
||||||
|
|
||||||
## 1.40.0 (2026-07-03)
|
## 1.40.0 (2026-07-03)
|
||||||
|
|
||||||
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
name = "dograh-api"
|
name = "dograh-api"
|
||||||
version = "1.40.0"
|
version = "1.40.1"
|
||||||
description = "Backend API for Dograh voice AI platform"
|
description = "Backend API for Dograh voice AI platform"
|
||||||
requires-python = ">=3.13,<3.14"
|
requires-python = ">=3.13,<3.14"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ui",
|
"name": "ui",
|
||||||
"version": "1.40.0",
|
"version": "1.40.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
|
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue