chore(main): release 0.0.290 (#2914)

🤖 I have created a release *beep* *boop*
---


## 0.0.290 (2024-07-26)

## What's Changed
* fix(frontend): remove possibility to sync folder by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2913
* fix(frontend): remove latence for delete notifications by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2916
* fix(backend): fix error messages by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2917
* feat(notifications): improved requirements by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2915


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.289...v0.0.290

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Stan Girard 2024-07-26 17:15:55 +02:00 committed by GitHub
parent 43c47d83d4
commit 317277db73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"backend/core": "0.0.12",
".": "0.0.289"
".": "0.0.290"
}

View File

@ -1,5 +1,16 @@
# Changelog
## 0.0.290 (2024-07-26)
## What's Changed
* fix(frontend): remove possibility to sync folder by @Zewed in https://github.com/QuivrHQ/quivr/pull/2913
* fix(frontend): remove latence for delete notifications by @Zewed in https://github.com/QuivrHQ/quivr/pull/2916
* fix(backend): fix error messages by @Zewed in https://github.com/QuivrHQ/quivr/pull/2917
* feat(notifications): improved requirements by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2915
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.289...v0.0.290
## 0.0.289 (2024-07-25)
## What's Changed