From 7d871d9c346cf76ab5f6e637092e4c2a9cf23875 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 2 Feb 2024 14:19:19 -0800 Subject: [PATCH] chore(main): release 0.0.192 (#2139) :robot: I have created a release *beep* *boop* --- ## 0.0.192 (2024-02-02) ## What's Changed * feat(frontend): display which brain you are talking to by @Zewed in https://github.com/StanGirard/quivr/pull/2137 **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.191...v0.0.192 --- 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 | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f49d5d4b923b..fb64a7fe0864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.0.192 (2024-02-02) + +## What's Changed +* feat(frontend): display which brain you are talking to by @Zewed in https://github.com/StanGirard/quivr/pull/2137 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.191...v0.0.192 + ## 0.0.191 (2024-02-01) ## What's Changed diff --git a/package.json b/package.json index 4223ff6dc974..22988045a3e0 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,5 @@ "dependencies": { "change-case": "^5.4.2" }, - "version": "0.0.191" + "version": "0.0.192" }