Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apps/backend": "1.10.0",
"apps/backend": "1.10.1",
"apps/web": "1.3.1"
}
12 changes: 12 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.10.1](https://github.com/FilOzone/dealbot/compare/backend-v1.10.0...backend-v1.10.1) (2026-07-03)


### Documentation

* update production API domain ([#635](https://github.com/FilOzone/dealbot/issues/635)) ([83ff0b5](https://github.com/FilOzone/dealbot/commit/83ff0b520d6b6885163acf8c8ef986f81cfa507b))


### Miscellaneous

* **jobs:** add fake timers to data_set_lifecycle_check tests ([#637](https://github.com/FilOzone/dealbot/issues/637)) ([207db84](https://github.com/FilOzone/dealbot/commit/207db8441cb06633b17b9c93bbc68d0d6b4e4a6d))

## [1.10.0](https://github.com/FilOzone/dealbot/compare/backend-v1.9.0...backend-v1.10.0) (2026-06-26)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dealbot-backend",
"version": "1.10.0",
"version": "1.10.1",
"description": "A simple deal bot for Synapse storage providers",
"private": true,
"author": "",
Expand Down