From fc2d83d0baa512ac488641c17ca5abc3f828e0c1 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Sat, 3 Feb 2024 17:45:42 -0800 Subject: [PATCH] chore(main): release 0.0.193 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb64a7fe0864..727566a5ed98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.0.193 (2024-02-04) + +## What's Changed +* feat(frontend): design changes on user profile by @Zewed in https://github.com/StanGirard/quivr/pull/2140 +* fix(frontend): rename upgrade to plus to upgrade by @Zewed in https://github.com/StanGirard/quivr/pull/2141 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.192...v0.0.193 + ## 0.0.192 (2024-02-02) ## What's Changed diff --git a/package.json b/package.json index 22988045a3e0..91373c2aaf57 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,5 @@ "dependencies": { "change-case": "^5.4.2" }, - "version": "0.0.192" + "version": "0.0.193" }