From 3113fc04841c3f120b792a0ac50ec7e3990aa6eb Mon Sep 17 00:00:00 2001 From: coolCatalyst Date: Thu, 5 Oct 2023 17:34:15 +0200 Subject: [PATCH] chore(main): release 0.0.88 (#1322) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## 0.0.88 (2023-10-05) ## What's Changed * fix: wrap parsing with try catch statements by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1321 * fix: 🐛 ↕️ 📱height now matches mobile height by @matthieujacq in https://github.com/StanGirard/quivr/pull/1323 * feat: add onboarding step 3 by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1324 * feat: restructure the sidebar of the brains management page by @matthieujacq in https://github.com/StanGirard/quivr/pull/1325 * feat: add onboarding table by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1327 * feat: update onboarding controller and fix typo by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1333 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.87...v0.0.88 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7004f5b..a5717178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.0.88 (2023-10-05) + +## What's Changed +* fix: wrap parsing with try catch statements by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1321 +* fix: 🐛 ↕️ 📱height now matches mobile height by @matthieujacq in https://github.com/StanGirard/quivr/pull/1323 +* feat: add onboarding step 3 by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1324 +* feat: restructure the sidebar of the brains management page by @matthieujacq in https://github.com/StanGirard/quivr/pull/1325 +* feat: add onboarding table by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1327 +* feat: update onboarding controller and fix typo by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1333 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.87...v0.0.88 + ## 0.0.87 (2023-10-03) ## What's Changed