mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore(main): release dograh 1.23.0 (#233)
This commit is contained in:
parent
ebde28d19d
commit
faff468db8
4 changed files with 15 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "1.22.0"
|
||||
".": "1.23.0"
|
||||
}
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [1.23.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.22.0...dograh-v1.23.0) (2026-04-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add github and slack community buttons ([73e5ca8](https://github.com/dograh-hq/dograh/commit/73e5ca87e4081954acd6ddee1777a1d03acdfcb0))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bake punkt_tab file into docker images ([#234](https://github.com/dograh-hq/dograh/issues/234)) ([ebde28d](https://github.com/dograh-hq/dograh/commit/ebde28d19dc39552f548433a489a26ecda21afc0))
|
||||
|
||||
## [1.22.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.21.0...dograh-v1.22.0) (2026-04-10)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[project]
|
||||
name = "dograh-api"
|
||||
version = "1.22.0"
|
||||
version = "1.23.0"
|
||||
description = "Backend API for Dograh voice AI platform"
|
||||
requires-python = ">=3.12"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "1.22.0",
|
||||
"version": "1.23.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue