From 64ba190d6c8208feefc3856621e17792e3eed1c7 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 25 Jan 2024 22:15:39 -0800 Subject: [PATCH] chore(main): release 0.0.184 (#2089) 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.184 (2024-01-26) ## What's Changed * feat(panel): added by @Zewed in https://github.com/StanGirard/quivr/pull/2088 * feat: 🎸 api by @StanGirard in https://github.com/StanGirard/quivr/pull/2078 * fix(frontend): clear message input on submit by @Zewed in https://github.com/StanGirard/quivr/pull/2087 * fix: 🐛 related by @StanGirard in https://github.com/StanGirard/quivr/pull/2090 * feat: Added translation status badge from inlang by @NilsJacobsen in https://github.com/StanGirard/quivr/pull/2080 * fix(streaming): Data Truncation Issue in useHandleStream Function by @openperf in https://github.com/StanGirard/quivr/pull/2079 * feat: 🎸 sources by @StanGirard in https://github.com/StanGirard/quivr/pull/2092 * fix(frontend): clean related Brains useEffect by @Zewed in https://github.com/StanGirard/quivr/pull/2091 ## New Contributors * @openperf made their first contribution in https://github.com/StanGirard/quivr/pull/2079 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.183...v0.0.184 --- 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f85aeec0..623337ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.0.184 (2024-01-26) + +## What's Changed +* feat(panel): added by @Zewed in https://github.com/StanGirard/quivr/pull/2088 +* feat: 🎸 api by @StanGirard in https://github.com/StanGirard/quivr/pull/2078 +* fix(frontend): clear message input on submit by @Zewed in https://github.com/StanGirard/quivr/pull/2087 +* fix: 🐛 related by @StanGirard in https://github.com/StanGirard/quivr/pull/2090 +* feat: Added translation status badge from inlang by @NilsJacobsen in https://github.com/StanGirard/quivr/pull/2080 +* fix(streaming): Data Truncation Issue in useHandleStream Function by @openperf in https://github.com/StanGirard/quivr/pull/2079 +* feat: 🎸 sources by @StanGirard in https://github.com/StanGirard/quivr/pull/2092 +* fix(frontend): clean related Brains useEffect by @Zewed in https://github.com/StanGirard/quivr/pull/2091 + +## New Contributors +* @openperf made their first contribution in https://github.com/StanGirard/quivr/pull/2079 + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.183...v0.0.184 + ## 0.0.183 (2024-01-24) ## What's Changed