chore(main): release dograh 1.5.0 (#58)

This commit is contained in:
Sabiha Khan 2025-11-21 09:22:47 +05:30 committed by GitHub
parent 451ba05c25
commit 02becc7fff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [1.5.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.4.0...dograh-v1.5.0) (2025-11-21)
### Features
* enable remote server deployment for OSS deployment ([#57](https://github.com/dograh-hq/dograh/issues/57)) ([6efe7d6](https://github.com/dograh-hq/dograh/commit/6efe7d6bd47e8cd099665351c7c8c6de645b1539))
## [1.4.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.3.1...dograh-v1.4.0) (2025-11-15)

View file

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