From 12b323e088f36cabd720447770a49e6e7f04c8c5 Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 24 Dec 2024 12:22:24 +0200 Subject: [PATCH] chore: release v7.12.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 800ece4..db1fa45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [7.12.2](https://github.com/memori-ai/memori-react/compare/v7.12.1...v7.12.2) (2024-12-24) + + +### Changes + +* new scroll logic by last user msg ([bc469d3](https://github.com/memori-ai/memori-react/commit/bc469d30b3f00065e5d75d465c4984a8727bab7a)) + + +### Maintenance + +* rename memori/twin in agents ([179868d](https://github.com/memori-ai/memori-react/commit/179868d8a9171370edb5fe56b63be0efd2f7d152)) + ## [7.12.1](https://github.com/memori-ai/memori-react/compare/v7.12.0...v7.12.1) (2024-12-24) diff --git a/package.json b/package.json index 2e61720..b438f15 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.12.1", + "version": "7.12.2", "name": "@memori.ai/memori-react", "author": "Memori Srl", "main": "dist/index.js",